Sha256: a3553a786a1960cfd128b241b00bbe127735aa7383cd83b6221b8676925d6852

Contents?: true

Size: 478 Bytes

Versions: 5

Compression:

Stored size: 478 Bytes

Contents

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
brauser-1.0.7 Rakefile
brauser-1.0.6 Rakefile
brauser-1.0.5 Rakefile
brauser-1.0.1 Rakefile
brauser-1.0.0 Rakefile