Skip to content
This repository has been archived by the owner on Nov 14, 2018. It is now read-only.

Commit

Permalink
update mocha fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
danmayer committed May 6, 2013
1 parent 1924442 commit 6fbb0db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -36,7 +36,7 @@ gem 'poirot', '0.0.2'
# and rake tasks are available in development mode:
group :development, :test do
gem "mongrel"
gem 'mocha'
gem 'mocha', :require => 'mocha/setup'
gem 'danmayer-metric_fu'
# gem 'ruby-debug19', :require => 'ruby-debug'
end
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -90,7 +90,7 @@ GEM
map (6.2.0)
metaclass (0.0.1)
mime-types (1.19)
mocha (0.10.0)
mocha (0.13.3)
metaclass (~> 0.0.1)
mongrel (1.1.5)
cgi_multipart_eof_fix (>= 2.4)
Expand Down
2 changes: 1 addition & 1 deletion test/test_helper.rb
@@ -1,7 +1,7 @@
ENV["RAILS_ENV"] = "test"
require File.expand_path('../../config/environment', __FILE__)
require 'rails/test_help'
require 'mocha'
require 'mocha/setup'

class ActiveSupport::TestCase
# Setup all fixtures in test/fixtures/*.(yml|csv) for all tests in alphabetical order.
Expand Down

0 comments on commit 6fbb0db

Please sign in to comment.