Sha256: 472b876fa6d66e53a9e96cfe416d1e97bb4bcb2af377bf79f3ae358cbebeaed6

Contents?: true

Size: 486 Bytes

Versions: 20

Compression:

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

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
bovem-2.1.0 Rakefile
bovem-2.0.3 Rakefile
bovem-2.0.2 Rakefile
bovem-2.0.1 Rakefile
bovem-2.0.0 Rakefile
bovem-1.2.6 Rakefile
bovem-1.2.5 Rakefile
bovem-1.2.4 Rakefile
bovem-1.2.3 Rakefile
bovem-1.2.2 Rakefile
bovem-1.2.1 Rakefile
bovem-1.2.0 Rakefile
bovem-1.1.1 Rakefile
bovem-1.1.0 Rakefile
bovem-1.0.1 Rakefile
bovem-1.0.0 Rakefile
bovem-0.8.1 Rakefile
bovem-0.8.0 Rakefile
bovem-0.6.0 Rakefile
bovem-0.5.0 Rakefile