Sha256: 3e9887c2e42799f56b5b5e02b9635938ddaf8dc9778e3ad2b18cc738485bb2d2
Contents?: true
Size: 476 Bytes
Versions: 16
Compression:
Stored size: 476 Bytes
Contents
# encoding: utf-8 # # This file is part of the lazier gem. Copyright (C) 2013 and above Shogun <shogun_panda@me.com>. # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php. # require "bundler/gem_tasks" require "rspec/core/rake_task" RSpec::Core::RakeTask.new("spec") namespace :spec do desc "Run all specs with coverage" task :coverage do ENV["LAZIER_COVERAGE"] = "TRUE" Rake::Task["spec"].invoke end end
Version data entries
16 entries across 16 versions & 1 rubygems