Sha256: 2ac693fa65a1ffa6861a79861d6944db0e945fa5abb645e8e54a5c5e1ad8f7c7
Contents?: true
Size: 334 Bytes
Versions: 6
Compression:
Stored size: 334 Bytes
Contents
# frozen_string_literal: true # 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 task("spec").clear RSpec::Core::RakeTask.new do |t| t.verbose = false end
Version data entries
6 entries across 6 versions & 1 rubygems