clarion/spec/support/factory_girl.rb

5 lines
114 B
Ruby
Raw Normal View History

2014-07-28 14:14:46 +03:00
RSpec.configure do |config|
# Include the FactoryGirl methods
config.include FactoryGirl::Syntax::Methods
end