Include the Factory Girl commands

This commit is contained in:
Petko Bordjukov 2014-07-28 14:14:46 +03:00
parent 0d2fd282af
commit c2f1f5450d
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
RSpec.configure do |config|
# Include the FactoryGirl methods
config.include FactoryGirl::Syntax::Methods
end