Sha256: 902aa5314888118de5f01d2c0fda155fd6b57087683b534005bf6dc8b49db60c

Contents?: true

Size: 287 Bytes

Versions: 7

Compression:

Stored size: 287 Bytes

Contents

require 'bundler/gem_tasks'
require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new

task :default => :spec
task :test => :spec

desc 'Run All specs and generate simplecov report'
task :cov do |t|
  ENV['COVERAGE'] = 'true'
  Rake::Task['spec'].execute
  `open coverage/index.html`
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
link_shrink-0.0.8 Rakefile
link_shrink-0.0.7 Rakefile
link_shrink-0.0.6 Rakefile
link_shrink-0.0.5 Rakefile
link_shrink-0.0.4 Rakefile
link_shrink-0.0.3 Rakefile
link_shrink-0.0.2 Rakefile