Include FactoryGirl methods

This commit is contained in:
Artur Beljajev 2016-12-28 15:05:23 +02:00
parent a74bce46c9
commit 7209322e28
2 changed files with 4 additions and 0 deletions

View file

@ -0,0 +1,3 @@
RSpec.configure do |config|
config.include FactoryGirl::Syntax::Methods
end