Page MenuHomeGRNET

test_helper.rb
No OneTemporary

File Metadata

Created
Sat, Aug 30, 12:40 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