Skip to content

Commit

Permalink
Removed mocha from Gemfile and test_helper
Browse files Browse the repository at this point in the history
 - If a project needs it, it can be added later but generally we never
   use it.
  • Loading branch information
prathamesh-sonpatki committed Dec 8, 2014
1 parent 4b35c82 commit 7dbfeff
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ group :test do
# customizable MiniTest output formats
gem 'minitest-reporters', require: false

# mocking and stubbing library
gem 'mocha', require: false

# for test coverage report
gem 'simplecov', require: false
end
4 changes: 0 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -138,16 +138,13 @@ GEM
activesupport (>= 3.0.0)
mail (2.6.3)
mime-types (>= 1.16, < 3)
metaclass (0.0.4)
mime-types (2.4.3)
minitest (5.4.3)
minitest-reporters (1.0.5)
ansi
builder
minitest (>= 5.0)
ruby-progressbar
mocha (1.1.0)
metaclass (~> 0.0.1)
multi_json (1.10.1)
orm_adapter (0.5.0)
pg (0.17.1)
Expand Down Expand Up @@ -252,7 +249,6 @@ DEPENDENCIES
jbuilder (~> 1.2)
jquery-rails
minitest-reporters
mocha
pg
quiet_assets
rails (= 4.1.8)
Expand Down
1 change: 0 additions & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ def enable_test_coverage
require File.expand_path('../../config/environment', __FILE__)
require 'rails/test_help'
require 'minitest/reporters'
require 'mocha/setup'
require 'minitest/pride'


Expand Down

0 comments on commit 7dbfeff

Please sign in to comment.