Sha256: ce05b2905454020743c03c058e6907fecd149d5f2ff5d271366fbad124ba5d15

Contents?: true

Size: 357 Bytes

Versions: 1

Compression:

Stored size: 357 Bytes

Contents

begin
  require 'bundler/setup'
rescue LoadError
  puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
end

APP_RAKEFILE = File.expand_path '../spec/dummy/Rakefile', __FILE__
load 'rails/tasks/engine.rake'

require 'bundler/gem_tasks'
require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new spec: 'app:setup'

task default: :spec

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
spree_liqpay-0.1.0 Rakefile