Sha256: 581a0e0fca5cd81a7ce8782faf2786679df2f208d4bbdc61334160e1ec42f00f
Contents?: true
Size: 245 Bytes
Versions: 3
Compression:
Stored size: 245 Bytes
Contents
require "bundler/gem_tasks" require "rspec/core/rake_task" RSpec::Core::RakeTask.new task :default => :spec task :test => :spec desc "Run RSpec with code coverage" task :coverage do ENV['COVERAGE'] = "true" Rake::Task["spec"].execute end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
yaoc-0.0.6 | Rakefile |
yaoc-0.0.5 | Rakefile |
yaoc-0.0.4 | Rakefile |