spec/spec_helper.rb in evva-0.4.4 vs spec/spec_helper.rb in evva-0.5.0

- old
+ new

@@ -1,10 +1,10 @@ -require 'simplecov' +require "simplecov" SimpleCov.start -require 'evva' -require 'rspec/its' -require 'webmock/rspec' +require "evva" +require "rspec/its" +require "webmock/rspec" # This file 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 # files.