Sha256: 57fa66af008e11b0882f8a57ccd362a0758c6890922ef501ed9665457e5df956

Contents?: true

Size: 376 Bytes

Versions: 60

Compression:

Stored size: 376 Bytes

Contents

require 'bundler/gem_tasks'

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)

namespace :coverage do
  desc 'Open coverage report'
  task :report do
    require 'simplecov'
    `open '#{File.join SimpleCov.coverage_path, 'index.html'}'`
  end
end

task :spec do
  Rake::Task[:'coverage:report'].invoke unless ENV['TRAVIS_RUBY_VERSION']
end

task default: :spec

Version data entries

60 entries across 60 versions & 2 rubygems

Version Path
swd-2.0.3 Rakefile
swd-2.0.2 Rakefile
swd-2.0.1 Rakefile
swd-2.0.0 Rakefile
swd-1.3.0 Rakefile
fb_graph2-1.3.0 Rakefile
fb_graph2-1.2.0 Rakefile
swd-1.2.0 Rakefile
fb_graph2-1.1.1 Rakefile
swd-1.1.2 Rakefile
swd-1.1.1 Rakefile
swd-1.1.0 Rakefile
fb_graph2-1.1.0 Rakefile
fb_graph2-1.0.1 Rakefile
fb_graph2-1.0.0 Rakefile
fb_graph2-0.9.1 Rakefile
fb_graph2-0.9.0 Rakefile
fb_graph2-0.8.0 Rakefile
fb_graph2-0.7.9 Rakefile
fb_graph2-0.7.8 Rakefile