Skip to content

Commit

Permalink
Merge pull request #911 from alphagov/fix-tests
Browse files Browse the repository at this point in the history
Fix tests
  • Loading branch information
benthorner authored Mar 20, 2019
2 parents 674c2fa + 0792575 commit d828310
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 gds-api-adapters.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'simplecov', '~> 0.16'
s.add_development_dependency 'simplecov-rcov'
s.add_development_dependency 'timecop', '~> 0.9'
s.add_development_dependency 'webmock', '~> 3.3'
s.add_development_dependency 'webmock', '~> 3.5'
s.add_development_dependency 'webrick', '~> 1.4'
s.add_development_dependency 'yard', '~> 0.9'
end
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 d828310

Please sign in to comment.