Skip to content

Commit

Permalink
Fixes rake test_app
Browse files Browse the repository at this point in the history
  • Loading branch information
LBRapid committed Dec 1, 2011
1 parent 23a40fc commit 2b51a3c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@ require 'rake/testtask'
require 'rake/packagetask'
require 'rubygems/package_task'
require 'rspec/core/rake_task'
require 'cucumber/rake/task'
require 'spree_core/testing_support/common_rake'
require 'spree/core/testing_support/common_rake'

RSpec::Core::RakeTask.new
Cucumber::Rake::Task.new

task :default => [:spec, :cucumber ]
task :default => [:spec]

spec = eval(File.read('spree_email_to_friend.gemspec'))

Expand Down

0 comments on commit 2b51a3c

Please sign in to comment.