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

Remove 'RSpec' heading from code block (#966)

This commit is contained in:
Vinney Cavallo 2016-12-16 05:16:25 -05:00 committed by Josh Clayton
parent fdf23c4664
commit ed196bad77

View file

@ -28,8 +28,9 @@ Once your Gemfile is updated, you'll want to update your bundle.
Configure your test suite
-------------------------
```ruby
# RSpec
```ruby
# spec/support/factory_girl.rb
RSpec.configure do |config|
config.include FactoryGirl::Syntax::Methods