Sha256: cbb12b0445cccb1f31de9f9ecde9888d504e33e435131a77861266e2d39b6d74

Contents?: true

Size: 476 Bytes

Versions: 5

Compression:

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
lazier-1.0.6 Rakefile
lazier-1.0.5 Rakefile
lazier-1.0.4 Rakefile
lazier-1.0.3 Rakefile
lazier-1.0.2 Rakefile