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

Commit

Permalink
Updated jferris-mocha to bourne
Browse files Browse the repository at this point in the history
  • Loading branch information
Emma Lindsay committed Oct 19, 2010
1 parent 3c94677 commit 295d9db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -131,7 +131,7 @@ gemspec = Gem::Specification.new do |s|
s.add_runtime_dependency("activesupport")
s.add_development_dependency("activerecord")
s.add_development_dependency("actionpack")
s.add_development_dependency("jferris-mocha")
s.add_development_dependency("bourne")
s.add_development_dependency("nokogiri")
s.add_development_dependency("shoulda")

Expand Down
2 changes: 1 addition & 1 deletion test/helper.rb
Expand Up @@ -6,7 +6,7 @@
gem "actionpack", "= 2.3.8"
gem "nokogiri", "= 1.4.3.1"
gem "shoulda", "= 2.11.3"
gem 'jferris-mocha', '>= 0.9.5.0.1241126838'
gem 'bourne', '>= 1.0'

$LOAD_PATH << File.join(File.dirname(__FILE__), *%w[.. vendor ginger lib])
$LOAD_PATH << File.expand_path(File.join(File.dirname(__FILE__), "..", "lib"))
Expand Down

0 comments on commit 295d9db

Please sign in to comment.