From c33610ab978224b295ce5556874a703f0eec52bb Mon Sep 17 00:00:00 2001 From: Ryan McGeary Date: Mon, 15 Sep 2008 09:42:24 -0400 Subject: [PATCH] Fix for new shoulda/tasks organization when shoulda is used solely as a plugin [#75] --- tasks/shoulda.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/shoulda.rake b/tasks/shoulda.rake index 12437d40..720f27d7 100644 --- a/tasks/shoulda.rake +++ b/tasks/shoulda.rake @@ -1 +1 @@ -require 'shoulda/tasks' \ No newline at end of file +load File.join(File.dirname(__FILE__), "..", "lib", "shoulda", "tasks.rb")