Rakefile in adcurve_spree-0.0.5 vs Rakefile in adcurve_spree-0.0.6
- old
+ new
@@ -1,9 +1,8 @@
require 'bundler'
Bundler::GemHelper.install_tasks
require 'rspec/core/rake_task'
-#require 'spree/core/testing_support/common_rake'
require 'spree/testing_support/common_rake'
RSpec::Core::RakeTask.new
task :default => [:spec]