Include the Factory Girl commands
This commit is contained in:
parent
0d2fd282af
commit
c2f1f5450d
|
@ -0,0 +1,4 @@
|
|||
RSpec.configure do |config|
|
||||
# Include the FactoryGirl methods
|
||||
config.include FactoryGirl::Syntax::Methods
|
||||
end
|
Loading…
Reference in New Issue