spec/spec_helper.rb in 99_game-1.3.0 vs spec/spec_helper.rb in 99_game-2.0.0

- old
+ new

@@ -1,7 +1,6 @@ -require "codeclimate-test-reporter" -CodeClimate::TestReporter.start +require "99_game" # 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. # @@ -12,10 +11,10 @@ # separate helper file that requires this one and then use it only in the specs # that actually need it. # # The `.rspec` file also contains a few flags that are not defaults but that # users commonly want. - +require_relative "lib/99_game.rb" # See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration RSpec.configure do |config| # The settings below are suggested to provide a good initial experience # with RSpec, but feel free to customize to your heart's content. # These two settings work together to allow you to limit a spec run