Sha256: 3e9887c2e42799f56b5b5e02b9635938ddaf8dc9778e3ad2b18cc738485bb2d2

Contents?: true

Size: 476 Bytes

Versions: 16

Compression:

Stored size: 476 Bytes

Contents

# encoding: utf-8
#
# This file is part of the lazier 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["LAZIER_COVERAGE"] = "TRUE"
    Rake::Task["spec"].invoke
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
lazier-2.6.3 Rakefile
lazier-2.6.2 Rakefile
lazier-2.6.1 Rakefile
lazier-2.6.0 Rakefile
lazier-2.5.3 Rakefile
lazier-2.5.2 Rakefile
lazier-2.5.1 Rakefile
lazier-2.5.0 Rakefile
lazier-2.4.0 Rakefile
lazier-2.3.1 Rakefile
lazier-2.3.0 Rakefile
lazier-2.2.0 Rakefile
lazier-2.1.1 Rakefile
lazier-2.1.0 Rakefile
lazier-2.0.0 Rakefile
lazier-1.0.7 Rakefile