Skip to content
This repository has been archived by the owner on Dec 1, 2017. It is now read-only.

Commit

Permalink
Lock to specific mocha version to avoid warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski committed Nov 30, 2012
1 parent ba4dc30 commit d956148
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -66,7 +66,7 @@ GEM
treetop (~> 1.4.8)
metaclass (0.0.1)
mime-types (1.18)
mocha (0.10.5)
mocha (0.12.3)
metaclass (~> 0.0.1)
multi_json (1.2.0)
nokogiri (1.5.2)
Expand Down Expand Up @@ -135,7 +135,7 @@ DEPENDENCIES
appraisal (~> 0.5.1)
capybara (>= 0.4.0)
factory_girl_rails
mocha
mocha (= 0.12.3)
pacecar!
rails (>= 3.0.0)
rspec-rails (>= 2.9.0)
2 changes: 1 addition & 1 deletion pacecar.gemspec
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|

s.add_development_dependency("appraisal", "~> 0.5.1")
s.add_development_dependency("capybara", ">= 0.4.0")
s.add_development_dependency("mocha")
s.add_development_dependency("mocha", "0.12.3")
s.add_development_dependency("rspec-rails", ">= 2.9.0")
s.add_development_dependency("factory_girl_rails")
s.add_development_dependency("rails", ">= 3.0.0")
Expand Down
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Expand Up @@ -29,7 +29,7 @@
config.include RSpec::Matchers

# == Mock Framework
config.mock_with :mocha
config.mock_framework = :mocha

config.use_transactional_fixtures = true

Expand Down

0 comments on commit d956148

Please sign in to comment.