Sha256: 87b7cc9574e948fbfdd2716f05afc6e1f71c51112e1dcd9501e80d2da38cc8e8

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) 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["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.1 Rakefile