3 lines
77 B
Ruby
3 lines
77 B
Ruby
|
RSpec.configure do |config|
|
||
|
config.include FactoryGirl::Syntax::Methods
|
||
|
end
|