Skip to content

Commit

Permalink
Bump govuk-content-schema-test-helpers to 1.0.2
Browse files Browse the repository at this point in the history
This fixes a deprecation warning from RSpec:

`failure_message_for_should` is deprecated. Use `failure_message` instead
  • Loading branch information
jamiecobbett committed Mar 13, 2015
1 parent 6ed84fe commit e6b883c
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 @@ -31,5 +31,5 @@ group :test do
gem 'factory_girl_rails'
gem 'webmock'
gem 'timecop'
gem 'govuk-content-schema-test-helpers', '1.0.1'
gem 'govuk-content-schema-test-helpers', '1.0.2'
end
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ GEM
multi_json (~> 1.3)
globalid (0.3.0)
activesupport (>= 4.1.0)
govuk-content-schema-test-helpers (1.0.1)
govuk-content-schema-test-helpers (1.0.2)
json-schema (~> 2.5.1)
govuk_admin_template (1.5.1)
bootstrap-sass (~> 3.3.3)
Expand Down Expand Up @@ -281,7 +281,7 @@ DEPENDENCIES
gds-api-adapters (= 17.5.0)
gds-sso (= 10.0.0)
generic_form_builder (= 0.13.0)
govuk-content-schema-test-helpers (= 1.0.1)
govuk-content-schema-test-helpers (= 1.0.2)
govuk_admin_template (= 1.5.1)
launchy
pg
Expand Down

0 comments on commit e6b883c

Please sign in to comment.