Skip to content

Commit

Permalink
Put back shoulda-context
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujigiri committed Dec 6, 2018
1 parent 8b67ee3 commit 007c0f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ group :test do
gem 'test-unit' # TODO: Remove me
gem 'minitest' # TODO: Remove me
gem 'rspec-rails'
gem 'shoulda-context'
gem 'mocha', require: false
gem 'simplecov', require: false
gem 'webmock'
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ GEM
sentry-raven (2.7.2)
faraday (>= 0.7.6, < 1.0)
shellany (0.0.1)
shoulda-context (1.2.2)
sidekiq (5.1.3)
concurrent-ruby (~> 1.0)
connection_pool (~> 2.2, >= 2.2.0)
Expand Down Expand Up @@ -429,6 +430,7 @@ DEPENDENCIES
sanitize
sass-rails
sentry-raven
shoulda-context
sidekiq
sidekiq-limit_fetch
simplecov
Expand Down
1 change: 1 addition & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
end
require File.expand_path('../../config/environment', __FILE__)
require "test/unit"
require "shoulda-context"
require "mocha/setup"
require 'rails/test_help'
require "authlogic/test_case"
Expand Down

0 comments on commit 007c0f0

Please sign in to comment.