Skip to content

Commit

Permalink
Test suite uses shoulda-context only. (#9441)
Browse files Browse the repository at this point in the history
Merge pull request 9441
  • Loading branch information
voxik committed Sep 15, 2023
1 parent 65d7a09 commit d865905
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -48,7 +48,7 @@ group :test_legacy do
gem "minitest"
gem "minitest-profile"
gem "minitest-reporters"
gem "shoulda"
gem "shoulda-context"
gem "simplecov"
end

Expand Down
2 changes: 1 addition & 1 deletion test/helper.rb
Expand Up @@ -35,7 +35,7 @@ def jruby?
Jekyll.logger = Logger.new(StringIO.new, :error)

require "kramdown"
require "shoulda"
require "shoulda-context"

include Jekyll

Expand Down

0 comments on commit d865905

Please sign in to comment.