Sha256: bd9526bc33f2dc02afe8115a81271f68149e2cd2bb503428154cdbc0da4dfc52

Contents?: true

Size: 473 Bytes

Versions: 11

Compression:

Stored size: 473 Bytes

Contents

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

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
akaer-1.5.8 Rakefile
akaer-1.5.7 Rakefile
akaer-1.5.6 Rakefile
akaer-1.5.5 Rakefile
akaer-1.5.4 Rakefile
akaer-1.5.3 Rakefile
akaer-1.5.2 Rakefile
akaer-1.5.1 Rakefile
akaer-1.5.0 Rakefile
akaer-1.0.0 Rakefile
akaer-0.3.0 Rakefile