Page MenuHomeGRNET

test_helper.rb
No OneTemporary

File Metadata

Created
Fri, Aug 29, 9:28 PM

test_helper.rb

ENV['RAILS_ENV'] ||= 'test'
require File.expand_path('../../config/environment', __FILE__)
require 'rails/test_help'
class ActiveSupport::TestCase
include FactoryGirl::Syntax::Methods
end

Event Timeline