Skip to content

Commit

Permalink
Add Mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
lujanfernaud committed Jun 6, 2018
1 parent b5b909c commit 6a543c2
Show file tree
Hide file tree
Showing 3 changed files with 6 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 :development, :test do
end

group :test do
gem 'mocha', '~> 1.5'
gem 'capybara', '~> 2.14'
gem 'capybara-webkit', '~> 1.15'
gem 'capybara-screenshot', '~> 1.0', '>= 1.0.18'
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ GEM
lumberjack (1.0.13)
mail (2.7.0)
mini_mime (>= 0.1.1)
metaclass (0.0.4)
method_source (0.9.0)
mime-types (3.1)
mime-types-data (~> 3.2015)
Expand All @@ -224,6 +225,8 @@ GEM
builder
minitest (>= 5.0)
ruby-progressbar
mocha (1.5.0)
metaclass (~> 0.0.1)
money (6.11.0)
i18n (>= 0.6.4, < 1.1)
multi_json (1.13.1)
Expand Down Expand Up @@ -452,6 +455,7 @@ DEPENDENCIES
listen (>= 3.0.5, < 3.2)
mini_magick (~> 4.8)
minitest-reporters (= 1.1.14)
mocha (~> 1.5)
nokogiri (~> 1.8, >= 1.8.2)
pg (~> 0.18)
pg_search (~> 2.1, >= 2.1.2)
Expand Down
1 change: 1 addition & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

require File.expand_path('../../config/environment', __FILE__)
require 'rails/test_help'
require 'mocha/minitest'
require 'support/support'

require 'capybara/rails'
Expand Down

0 comments on commit 6a543c2

Please sign in to comment.