spec/spec_helper.rb in phrase-2.16.0 vs spec/spec_helper.rb in phrase-2.17.0

- old
+ new

@@ -1,6 +1,7 @@ # load the gem require 'phrase' +require 'webmock/rspec' # The following was generated by the `rspec --init` 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