Sha256: ed0be8f9aedfe939bd30ad0bf8c834f26f0ca9f633532d1a300605eb476b4f98

Contents?: true

Size: 476 Bytes

Versions: 4

Compression:

Stored size: 476 Bytes

Contents

# encoding: utf-8
#
# This file is part of the clavem gem. Copyright (C) 2013 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["CLAVEM_COVERAGE"] = "TRUE"
    Rake::Task["spec"].invoke
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
clavem-1.0.3 Rakefile
clavem-1.0.2 Rakefile
clavem-1.0.1 Rakefile
clavem-1.0.0 Rakefile