test/test_helper.rb
5fa8b94d
 ENV["RAILS_ENV"] = "test"
 require File.expand_path('../../config/environment', __FILE__)
 require 'rails/test_help'
7aef87db
 require 'minitest/autorun'
 require 'timecop'
5fa8b94d
 
 class ActiveSupport::TestCase
   # Add more helper methods to be used by all tests here...
 end