Sha256: 60c748cb96ff06450749dba030280ca603c5d92c0f6ad5f7d16043f302b7d244

Contents?: true

Size: 318 Bytes

Versions: 29

Compression:

Stored size: 318 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

require 'rspec/core/rake_task'
require 'spree/testing_support/common_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['common:test_app'].invoke
end

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
spree_gateway-3.9.3 Rakefile
spree_gateway-3.9.2 Rakefile
spree_gateway-3.9.0 Rakefile
spree_gateway-3.8.0 Rakefile
spree_gateway-3.7.5 Rakefile
spree_gateway-3.7.4 Rakefile
spree_gateway-3.7.3 Rakefile
spree_gateway-3.7.2 Rakefile
spree_gateway-3.7.1 Rakefile
spree_gateway-3.7.0 Rakefile
spree_gateway-3.6.7 Rakefile
spree_gateway-3.3.7 Rakefile
spree_gateway-3.6.5 Rakefile
spree_gateway-3.6.4 Rakefile
spree_gateway-3.3.5 Rakefile
spree_gateway-3.6.1 Rakefile
spree_gateway-3.6.0 Rakefile
spree_gateway-3.4.1 Rakefile
spree_gateway-3.4.0 Rakefile
spree_gateway-3.3.3 Rakefile