Sha256: 8714d9832fc58d57ac3cda3a06aa30f87aa5740fb5dc845e1a59f806dbcf4caf
Contents?: true
Size: 338 Bytes
Versions: 2
Compression:
Stored size: 338 Bytes
Contents
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_sort_payment_methods' Rake::Task['extension:test_app'].invoke end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spree_sort_payment_methods-2.1.2 | Rakefile |
spree_sort_payment_methods-2.0.1 | Rakefile |