Rakefile in solidus_api-1.2.3 vs Rakefile in solidus_api-1.3.0.beta1
- old
+ new
@@ -5,10 +5,10 @@
require 'spree/testing_support/common_rake'
require 'rails/all'
RSpec::Core::RakeTask.new
-task :default => :spec
+task default: :spec
desc "Generates a dummy app for testing"
task :test_app do
ENV['LIB_NAME'] = 'spree/api'
Rake::Task['common:test_app'].invoke