Sha256: cde642cd3fb758cec596c959ba5ae1d7080773eab1e1b2558e1636e596cb2c45

Contents?: true

Size: 336 Bytes

Versions: 175

Compression:

Stored size: 336 Bytes

Contents

require 'rubygems'
require 'rake'
require 'rake/testtask'
require 'rspec/core/rake_task'
require 'spree/testing_support/common_rake'
require 'rails/all'

RSpec::Core::RakeTask.new

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
end

Version data entries

175 entries across 175 versions & 3 rubygems

Version Path
goca-spree-api-3.1.14.rails.5.0.1 Rakefile
goca-spree-api-3.1.14.rails.5.0 Rakefile
goca-spree-api-3.1.15.rails.5.0 Rakefile
spree_api-4.0.9 Rakefile
spree_api-4.1.15 Rakefile
spree_api-4.2.7 Rakefile
spree_api-4.2.6 Rakefile
spree_api-4.2.5 Rakefile
spree_api-4.1.14 Rakefile
spree_api-4.0.8 Rakefile
spree_api-4.2.4 Rakefile
spree_api-3.7.14.1 Rakefile
spree_api-4.2.3.1 Rakefile
spree_api-4.1.13.1 Rakefile
spree_api-4.0.7.1 Rakefile
spree_api-4.2.3 Rakefile
spree_api-4.2.2 Rakefile
spree_api-4.2.1 Rakefile
spree_api-4.0.7 Rakefile
spree_api-3.7.14 Rakefile