From 442f9a147278f13c8dbffe8da38e4f7c8fb4408d Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Sat, 25 Aug 2018 12:06:09 -0400 Subject: [PATCH] Tidy up spec helper --- spec/spec_helper.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index f9928a0..4ff06e1 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,11 +1,11 @@ -require 'webmock/rspec' +require "webmock/rspec" WebMock.disable_net_connect! -# This file was generated by the `rails generate rspec:install` command. Conventionally, all -# specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`. -# The generated `.rspec` file contains `--require spec_helper` which will cause -# this file to always be loaded, without a need to explicitly require it in any -# files. +# This file was generated by the `rails generate rspec:install` command. +# Conventionally, all specs live under a `spec` directory, which RSpec adds to +# the `$LOAD_PATH`. The generated `.rspec` file contains `--require spec_helper` +# which will cause this file to always be loaded, without a need to explicitly +# require it in any files. # # Given that it is always loaded, you are encouraged to keep this file as # light-weight as possible. Requiring heavyweight dependencies from this file