Page MenuHomeGRNET

test_helper.rb
No OneTemporary

File Metadata

Created
Thu, Apr 24, 2:55 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 }
module ActiveSupport
class TestCase
include FactoryGirl::Syntax::Methods
end
end

Event Timeline