Sha256: ed4876d3a3a73495ff30be688020b3af80a10d8b0627b14a6f5fc992ef35173d
Contents?: true
Size: 478 Bytes
Versions: 1
Compression:
Stored size: 478 Bytes
Contents
# encoding: utf-8 # # This file is part of the brauser 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["BRAUSER_COVERAGE"] = "TRUE" Rake::Task["spec"].invoke end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
brauser-2.0.0 | Rakefile |