Sha256: 6221c0b4695ae30a9295c663eb77313f0e0820ca2c79e511c1ad5968baf8b37f

Contents?: true

Size: 499 Bytes

Versions: 8

Compression:

Stored size: 499 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["COWTECH_EXTENSIONS_COVERAGE"] = "TRUE"
    Rake::Task["spec"].invoke
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
cowtech-extensions-2.7.4 Rakefile
cowtech-extensions-2.7.3 Rakefile
cowtech-extensions-2.7.2 Rakefile
cowtech-extensions-2.7.1 Rakefile
cowtech-extensions-2.7.0 Rakefile
cowtech-extensions-2.6.0 Rakefile
cowtech-extensions-2.5.1 Rakefile
cowtech-extensions-2.5.0 Rakefile