Sha256: 4f31bebd79c7691e83b39457c195112fc24cff68431187550abbfd730932a529

Contents?: true

Size: 338 Bytes

Versions: 5

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_custom_notifications'
  Rake::Task['extension:test_app'].invoke
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
spree_custom_notifications-0.5 Rakefile
spree_custom_notifications-0.4 Rakefile
spree_custom_notifications-0.3 Rakefile
spree_custom_notifications-0.2 Rakefile
spree_custom_notifications-0.1 Rakefile