Rakefile in georgia-0.7.2 vs Rakefile in georgia-0.7.3
- old
+ new
@@ -18,10 +18,8 @@
rdoc.options << '--line-numbers'
rdoc.rdoc_files.include('README.rdoc')
rdoc.rdoc_files.include('lib/**/*.rb')
end
-
-
-
Bundler::GemHelper.install_tasks
-
+APP_RAKEFILE = File.expand_path("../spec/dummy/Rakefile", __FILE__)
+load 'rails/tasks/engine.rake'
\ No newline at end of file