Sha256: b87056aed401b4c49d1c9268b6eefb9b97c6da5b2834340adf2fddcbd6bddb5f

Contents?: true

Size: 477 Bytes

Versions: 5

Compression:

Stored size: 477 Bytes

Contents

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
elephas-2.1.0 Rakefile
elephas-2.0.3 Rakefile
elephas-2.0.2 Rakefile
elephas-2.0.1 Rakefile
elephas-2.0.0 Rakefile