Commit fe924c73 authored by Andrew Newdigate's avatar Andrew Newdigate
Browse files

Prevent rspec from emitting warnings

Rspec generates loads of warnings, mostly from vendored libraries.
This adds noise to the logs without adding much value.

Removing this config option.
parent bd20b2fd
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -12,7 +12,5 @@ RSpec.configure do |config|
    mocks.verify_partial_doubles = true
  end

  config.warnings = true

  Kernel.srand config.seed
end