clarion/spec/support/factory_girl.rb

5 lines
114 B
Ruby

RSpec.configure do |config|
# Include the FactoryGirl methods
config.include FactoryGirl::Syntax::Methods
end