Skip to content

Commit

Permalink
Use updated govuk_test version
Browse files Browse the repository at this point in the history
This versions silences Puma logs during spec suite:
rspec/rspec-rails#1897
  • Loading branch information
Alan Gabbianelli committed Apr 16, 2019
1 parent 9e9c8fb commit c1d44be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ group :development, :test do
end

group :test do
gem 'govuk_test'
gem 'govuk_test', '~> 0.4.2'
gem 'capybara', '~> 3.10'
gem 'timecop'
gem 'webmock', '~> 3.5.1'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ GEM
sentry-raven (~> 2.7.1)
statsd-ruby (~> 1.4.0)
unicorn (~> 5.4.0)
govuk_test (0.4.1)
govuk_test (0.4.2)
capybara
chromedriver-helper
ptools
Expand Down Expand Up @@ -438,7 +438,7 @@ DEPENDENCIES
govuk-lint
govuk_admin_template (~> 6.7)
govuk_app_config (~> 1.15.1)
govuk_test
govuk_test (~> 0.4.2)
gretel (= 3.0.9)
jbuilder (~> 2.8)
mlanett-redis-lock (= 0.2.7)
Expand Down

0 comments on commit c1d44be

Please sign in to comment.