Page MenuHomeGRNET

test_helper.rb
No OneTemporary

File Metadata

Created
Wed, Sep 9, 8:22 PM

test_helper.rb

ENV['RAILS_ENV'] ||= 'test'
require File.expand_path('../../config/environment', __FILE__)
require 'rails/test_help'
Dir[Rails.root.join("test/support/*.rb")].each {|f| require f }
class ActiveSupport::TestCase
include FactoryGirl::Syntax::Methods
end

Event Timeline