Merge branch 'improve-rspec' into registry-267

This commit is contained in:
Artur Beljajev 2016-12-28 15:31:48 +02:00
commit e424c6ec01
3 changed files with 5 additions and 1 deletions

View file

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