From 0c9190f02b5081cbd5cd3f2c96960ff1fc9ec5a3 Mon Sep 17 00:00:00 2001 From: Josh Nussbaum Date: Thu, 6 Jan 2011 06:20:59 -0500 Subject: [PATCH] fixed rakefile --- Rakefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Rakefile b/Rakefile index 0048b67..afb1255 100644 --- a/Rakefile +++ b/Rakefile @@ -1,5 +1,3 @@ -require File.expand_path('../../config/application', __FILE__) - require 'rubygems' require 'rake' require 'rake/testtask' @@ -28,4 +26,4 @@ RSpec::Core::RakeTask.new # require 'cucumber/rake/task' # Cucumber::Rake::Task.new do |t| # t.cucumber_opts = %w{--format pretty} -# end \ No newline at end of file +# end