From f0eb0940f68970efdeefebcf63d1ca96906a3d5a Mon Sep 17 00:00:00 2001 From: Brian Cardarella Date: Wed, 31 Oct 2012 16:01:54 -0400 Subject: [PATCH] Remove dummy app from Rakefile --- Rakefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Rakefile b/Rakefile index 00eeca5..0ad1b6c 100644 --- a/Rakefile +++ b/Rakefile @@ -5,6 +5,3 @@ Bundler::GemHelper.install_tasks RSpec::Core::RakeTask.new('default') do |t| t.pattern = FileList['spec/**/*_spec.rb'] end - -APP_RAKEFILE = File.expand_path("../spec/dummy/Rakefile", __FILE__) -load 'rails/tasks/engine.rake'