lib/tasks/framework.rake in picky-1.5.2 vs lib/tasks/framework.rake in picky-1.5.3
- old
+ new
@@ -1,3 +1,6 @@
# desc "Loads the framework."
+#
+# Note: This is used by tasks to load the framework as a dependency.
+#
task :framework do
require File.expand_path '../../picky', __FILE__
end
\ No newline at end of file