Sha256: 1255b1767bf79c6acf1b9f139779843da5638f6bc06f1788137a86b19e133e05

Contents?: true

Size: 324 Bytes

Versions: 5

Compression:

Stored size: 324 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_gateway'
  Rake::Task['extension:test_app'].invoke
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
spree_gateway-3.11.0 Rakefile
spree_gateway-3.10.0 Rakefile
archetype_spree_gateway-3.9.5.1 Rakefile
archetype_spree_gateway-3.9.5 Rakefile
spree_gateway-3.9.4 Rakefile