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
1 changed files with 2 additions and 1 deletions

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