1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot.git synced 2022-11-09 11:43:51 -05:00

Fix formatting in GETTING_STARTED.md

This commit is contained in:
Anton Mironov 2016-04-08 19:15:17 +07:00 committed by Joshua Clayton
parent 5531b20fa0
commit f1ed05d4be

View file

@ -43,6 +43,7 @@ RSpec.configure do |config|
FactoryGirl.find_definitions
end
end
```
Remember to require the above file in your spec_helper since the support folder isn't eagerly loaded