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