Sha256: 3f60a2c8fd350c978861a0cb0eeb4b594dc79833c259191b5f9a275b7fed220d
Contents?: true
Size: 340 Bytes
Versions: 26
Compression:
Stored size: 340 Bytes
Contents
# Add your own tasks in files placed in lib/tasks ending in .rake, # for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. require_relative "config/application" Rails.application.load_tasks require "sneakers/tasks" require "rspec/core/rake_task" RSpec::Core::RakeTask.new(:spec) task default: [:spec]
Version data entries
26 entries across 26 versions & 1 rubygems