Skip to content

Commit

Permalink
Use shoulda instead of thoughtbot-shoulda.
Browse files Browse the repository at this point in the history
  • Loading branch information
J. Pablo Fernandez committed Jan 27, 2011
1 parent 313ce76 commit 187885b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -10,7 +10,7 @@ begin
gem.email = "info@simplificator.com"
gem.homepage = "http://github.com/simplificator/billboard-api"
gem.authors = ["simplificator"]
gem.add_development_dependency "thoughtbot-shoulda"
gem.add_development_dependency "shoulda"
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
end
rescue LoadError
Expand Down

0 comments on commit 187885b

Please sign in to comment.