1
0
Fork 0
mirror of https://github.com/thoughtbot/shoulda-matchers.git synced 2022-11-09 12:01:38 -05:00

Fix for new shoulda/tasks organization when shoulda is used solely as a plugin [#75]

This commit is contained in:
Ryan McGeary 2008-09-15 09:42:24 -04:00
parent 611f5f4dac
commit c33610ab97

View file

@ -1 +1 @@
require 'shoulda/tasks'
load File.join(File.dirname(__FILE__), "..", "lib", "shoulda", "tasks.rb")