Sha256: 05048a38468305334aa49d7d780452236c108d006fc90b82fe62508d1aa6f1c8
Contents?: true
Size: 433 Bytes
Versions: 40
Compression:
Stored size: 433 Bytes
Contents
# frozen_string_literal: true # !/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
40 entries across 40 versions & 1 rubygems