Sha256: be031a2fb8d590effd01af2e59b61290c86aa3e5b18146858b4525ee9b815848
Contents?: true
Size: 314 Bytes
Versions: 17
Compression:
Stored size: 314 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 "rspec/core/rake_task" RSpec::Core::RakeTask.new(:spec) task default: [:spec]
Version data entries
17 entries across 17 versions & 1 rubygems