diff --git a/Gemfile b/Gemfile index 3f98c83c496..30cd24057f3 100644 --- a/Gemfile +++ b/Gemfile @@ -48,7 +48,7 @@ group :test_legacy do gem "minitest" gem "minitest-profile" gem "minitest-reporters" - gem "shoulda" + gem "shoulda-context" gem "simplecov" end diff --git a/test/helper.rb b/test/helper.rb index 3ec9d75cbdf..37258e46b60 100644 --- a/test/helper.rb +++ b/test/helper.rb @@ -35,7 +35,7 @@ def jruby? Jekyll.logger = Logger.new(StringIO.new, :error) require "kramdown" -require "shoulda" +require "shoulda-context" include Jekyll