aboutsummaryrefslogtreecommitdiff
path: root/testapp/test/test_helper.rb
blob: 3ab84e3d1492557a104e5f8b2cdd50d5de65f80d (plain)
1
2
3
4
5
6
7
8
9
10
ENV['RAILS_ENV'] ||= 'test'
require_relative '../config/environment'
require 'rails/test_help'

class ActiveSupport::TestCase
  # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order.
  fixtures :all

  # Add more helper methods to be used by all tests here...
end