From 187885b25e0f60c5a3fd1d71eca22ac9d9edf05e Mon Sep 17 00:00:00 2001 From: "J. Pablo Fernandez" Date: Thu, 27 Jan 2011 16:15:37 +0100 Subject: [PATCH] Use shoulda instead of thoughtbot-shoulda. --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 7d91523..b7cd2b2 100644 --- a/Rakefile +++ b/Rakefile @@ -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