Initial working version of the BurstNet test API.
This commit is contained in:
15
Rakefile
Normal file
15
Rakefile
Normal file
@@ -0,0 +1,15 @@
|
||||
require 'bundler'
|
||||
Bundler::GemHelper.install_tasks
|
||||
|
||||
require 'rspec/core/rake_task'
|
||||
require 'spree/testing_support/extension_rake'
|
||||
|
||||
RSpec::Core::RakeTask.new
|
||||
|
||||
task :default => [:spec]
|
||||
|
||||
desc 'Generates a dummy app for testing'
|
||||
task :test_app do
|
||||
ENV['LIB_NAME'] = 'spree_burstnet'
|
||||
Rake::Task['extension:test_app'].invoke
|
||||
end
|
||||
Reference in New Issue
Block a user