Page MenuHomeGRNET

test_helper.rb
No OneTemporary

File Metadata

Created
Sat, Aug 30, 12:14 PM

test_helper.rb

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

Event Timeline