Skip to content

Commit

Permalink
Update project to use mocha for mocking/stubbing
Browse files Browse the repository at this point in the history
  • Loading branch information
deadprogram committed Jan 29, 2011
1 parent f4b2083 commit f3499fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
source "http://rubygems.org"

gem "qtbindings"
gem 'htmlentities'
gem 'htmlentities'
gem 'mocha'
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@ GEM
remote: http://rubygems.org/
specs:
htmlentities (4.2.3)
mocha (0.9.10)
rake
qtbindings (4.6.3.2)
rake (0.8.7)

PLATFORMS
ruby

DEPENDENCIES
htmlentities
mocha
qtbindings

0 comments on commit f3499fb

Please sign in to comment.