Files
containers/bitnami/ruby/example/test/test_helper.rb
2017-10-26 08:49:37 +00:00

7 lines
184 B
Ruby

require File.expand_path('../../config/environment', __FILE__)
require 'rails/test_help'
class ActiveSupport::TestCase
# Add more helper methods to be used by all tests here...
end