Sprankelprachtig aan/afmeldsysteem

test_helper.rb 328B

12345678910111213
  1. ENV['RAILS_ENV'] ||= 'test'
  2. require File.expand_path('../config/environment', __dir__)
  3. require 'rails/test_help'
  4. module ActiveSupport
  5. class TestCase
  6. # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order.
  7. fixtures :all
  8. # Add more helper methods to be used by all tests here...
  9. end
  10. end