Skip to content

Commit

Permalink
Remove 'RSpec' heading from code block (#966)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcavallo authored and joshuaclayton committed Dec 16, 2016
1 parent fdf23c4 commit ed196ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion GETTING_STARTED.md
Expand Up @@ -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
Expand Down

0 comments on commit ed196ba

Please sign in to comment.