Sha256: d585531faecc4a5ac0fc4ebf5eb473bd89d8461c6741c9868ecbdffae4dacbbe
Contents?: true
Size: 414 Bytes
Versions: 6
Compression:
Stored size: 414 Bytes
Contents
# encoding: utf-8 # # This file is part of the mbrao 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") RSpec::Core::RakeTask.new("spec:coverage") { |t| t.ruby_opts = "-r./spec/coverage_helper" }
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
mbrao-1.1.1 | Rakefile |
mbrao-1.1.0 | Rakefile |
mbrao-1.0.3 | Rakefile |
mbrao-1.0.2 | Rakefile |
mbrao-1.0.1 | Rakefile |
mbrao-1.0.0 | Rakefile |