Sha256: 71802b07ceb8c1c4c2d6abaf5fdf3421f7faa09b96d6897c953ca5f76cdc1a10

Contents?: true

Size: 402 Bytes

Versions: 1

Compression:

Stored size: 402 Bytes

Contents

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

Bundler::GemHelper.install_tasks

# Set up the test application prior to running jasmine tasks.
task :setup_test_server do
  require 'engine_cart'
  EngineCart.load_application!
end

Dir.glob('tasks/*.rake').each { |r| import r }

task default: :ci

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
qa_server-0.1.99 Rakefile