Sha256: bdf933ebc60e52705a52cea076f60e5e5c6f846be24f3bae4eeefa262c490530
Contents?: true
Size: 488 Bytes
Versions: 9
Compression:
Stored size: 488 Bytes
Contents
# encoding: utf-8 # # This file is part of the cowtech-extensions gem. Copyright (C) 2011 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["DEVDNSD_COVERAGE"] = "TRUE" Rake::Task["spec"].invoke end end
Version data entries
9 entries across 9 versions & 1 rubygems