Skip to content

Commit

Permalink
depend on github's mocha for tests
Browse files Browse the repository at this point in the history
Latest mocha gem is buggy with minitest integration i.e.
before blocks don't work.
  • Loading branch information
cldwalker committed Aug 24, 2011
1 parent 0bff427 commit 1cf45af
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -3,3 +3,4 @@ source "http://rubygems.org"
# Specify your gem's dependencies in rack-webconsole.gemspec
gemspec
gem 'rake'
gem 'mocha', :git => 'git://github.com/floehopper/mocha.git'
11 changes: 9 additions & 2 deletions Gemfile.lock
@@ -1,3 +1,10 @@
GIT
remote: git://github.com/floehopper/mocha.git
revision: ab6e3c6a6a3974d4a0e54ecde024eade831219fd
specs:
mocha (0.9.12)
metaclass (~> 0.0.1)

PATH
remote: .
specs:
Expand All @@ -12,8 +19,8 @@ GEM
specs:
bluecloth (2.1.0)
bond (0.4.1)
metaclass (0.0.1)
minitest (2.3.1)
mocha (0.9.12)
multi_json (1.0.3)
purdytest (1.0.0)
minitest (~> 2.2)
Expand All @@ -32,7 +39,7 @@ PLATFORMS
DEPENDENCIES
bluecloth
minitest
mocha
mocha!
purdytest
rack-webconsole!
rake
Expand Down

0 comments on commit 1cf45af

Please sign in to comment.