Skip to content

Commit

Permalink
Load mocha for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lifo committed Jul 12, 2015
1 parent fc8bb71 commit f207245
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -4,5 +4,6 @@ gemspec
group :test do
gem 'rake'
gem 'puma'
gem 'mocha'
end

4 changes: 4 additions & 0 deletions Gemfile.lock
Expand Up @@ -31,7 +31,10 @@ GEM
hitimes (1.2.2)
i18n (0.7.0)
json (1.8.3)
metaclass (0.0.4)
minitest (5.7.0)
mocha (1.1.0)
metaclass (~> 0.0.1)
puma (2.10.2)
rack (>= 1.1, < 2.0)
rack (1.6.0)
Expand All @@ -51,6 +54,7 @@ PLATFORMS

DEPENDENCIES
actioncable!
mocha
puma
rake

Expand Down
2 changes: 2 additions & 0 deletions test/test_helper.rb
Expand Up @@ -4,6 +4,8 @@
gem 'minitest'
require "minitest/autorun"

require 'mocha/mini_test'

Bundler.setup
Bundler.require :default, :test

Expand Down

0 comments on commit f207245

Please sign in to comment.