From ed196bad77cb79fc88d372d19bec5e4fa28637df Mon Sep 17 00:00:00 2001 From: Vinney Cavallo Date: Fri, 16 Dec 2016 05:16:25 -0500 Subject: [PATCH] Remove 'RSpec' heading from code block (#966) --- GETTING_STARTED.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GETTING_STARTED.md b/GETTING_STARTED.md index 164ba78..c055039 100644 --- a/GETTING_STARTED.md +++ b/GETTING_STARTED.md @@ -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