4 lines
78 B
Ruby
4 lines
78 B
Ruby
|
RSpec.configure do |config|
|
||
|
config.include FactoryGirl::Syntax::Methods
|
||
|
end
|