Skip to content

Commit

Permalink
Remove pointless warnings when running tests
Browse files Browse the repository at this point in the history
This removes warnings that were complicating the test output. All of the
warnings were about other gems, except for one minor deprecation.
  • Loading branch information
Ben Thorner committed Mar 15, 2019
1 parent f015b62 commit 0792575
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ end
Rake::TestTask.new("test") do |t|
t.libs << "test"
t.test_files = FileList["test/**/*_test.rb"]
t.verbose = true
t.warning = false
end
task default: :test

Expand Down
2 changes: 1 addition & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
require 'minitest/around'
require 'rack/utils'
require 'rack/test'
require 'mocha/mini_test'
require 'mocha/minitest'
require 'timecop'
require 'gds-api-adapters'
require 'govuk-content-schema-test-helpers'
Expand Down

0 comments on commit 0792575

Please sign in to comment.