mirror of
https://github.com/chenasraf/snpr.git
synced 2026-05-17 17:38:07 +00:00
Put back shoulda-context
This commit is contained in:
1
Gemfile
1
Gemfile
@@ -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'
|
||||
|
||||
@@ -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)
|
||||
@@ -429,6 +430,7 @@ DEPENDENCIES
|
||||
sanitize
|
||||
sass-rails
|
||||
sentry-raven
|
||||
shoulda-context
|
||||
sidekiq
|
||||
sidekiq-limit_fetch
|
||||
simplecov
|
||||
|
||||
@@ -6,6 +6,7 @@ SimpleCov.start('rails') do
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user