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:
parent
fdf23c4664
commit
ed196bad77
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue