Skip to content
Snippets Groups Projects
Commit 785b93a9 authored by Mateus Rambo Strey's avatar Mateus Rambo Strey
Browse files

remove useless test gem

parent cc0e195f
No related branches found
No related tags found
No related merge requests found
...@@ -126,7 +126,6 @@ end ...@@ -126,7 +126,6 @@ end
group :test do group :test do
gem 'shoulda' gem 'shoulda'
gem 'shoulda-callback-matchers', '~> 1.1.1'
end end
gem 'streamio-ffmpeg', '~> 1.0.0' gem 'streamio-ffmpeg', '~> 1.0.0'
......
...@@ -403,8 +403,6 @@ GEM ...@@ -403,8 +403,6 @@ GEM
shoulda (3.5.0) shoulda (3.5.0)
shoulda-context (~> 1.0, >= 1.0.1) shoulda-context (~> 1.0, >= 1.0.1)
shoulda-matchers (>= 1.4.1, < 3.0) shoulda-matchers (>= 1.4.1, < 3.0)
shoulda-callback-matchers (1.1.3)
activesupport (>= 3)
shoulda-context (1.2.1) shoulda-context (1.2.1)
shoulda-matchers (2.8.0) shoulda-matchers (2.8.0)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
...@@ -528,7 +526,6 @@ DEPENDENCIES ...@@ -528,7 +526,6 @@ DEPENDENCIES
searchkick searchkick
select2-rails select2-rails
shoulda shoulda
shoulda-callback-matchers (~> 1.1.1)
sidekiq sidekiq
sinatra sinatra
slim slim
......
ENV['RAILS_ENV'] ||= 'test' ENV['RAILS_ENV'] ||= 'test'
require File.expand_path('../../config/environment', __FILE__) require File.expand_path('../../config/environment', __FILE__)
require 'rails/test_help' require 'rails/test_help'
require 'shoulda-callback-matchers'
require 'minitest/mock' require 'minitest/mock'
class ActiveSupport::TestCase class ActiveSupport::TestCase
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment