Sha256: c2ded65207219fe7518ddcfb47772e01c3a404ebfd285c378bf619b1a205ab65

Contents?: true

Size: 487 Bytes

Versions: 1

Compression:

Stored size: 487 Bytes

Contents

# encoding: utf-8
#
# This file is part of the lazier 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

1 entries across 1 versions & 1 rubygems

Version Path
lazier-1.0.0 Rakefile