Sha256: a45dd295a7e054ef6aece5c833ec7f74fb40ef460e968df704bf870d2bde6d3b
Contents?: true
Size: 478 Bytes
Versions: 5
Compression:
Stored size: 478 Bytes
Contents
# encoding: utf-8 # # This file is part of the devdnsd 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
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
devdnsd-1.7.0 | Rakefile |
devdnsd-1.6.0 | Rakefile |
devdnsd-1.5.2 | Rakefile |
devdnsd-1.5.1 | Rakefile |
devdnsd-1.5.0 | Rakefile |