Sha256: f34003f6a0785e6e0a14eab7f5b5084797b94b2bceef5e9427537674bd3d327c

Contents?: true

Size: 402 Bytes

Versions: 95

Compression:

Stored size: 402 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_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

95 entries across 95 versions & 13 rubygems

Version Path
openid_connect-2.3.1 Rakefile
ianfleeton-paypal-express-1.0.0 Rakefile
openid_connect-2.3.0 Rakefile
webfinger-2.1.3 Rakefile
openid_connect-2.2.1 Rakefile
attr_required-1.0.2 Rakefile
openid_connect-2.2.0 Rakefile
openid_connect-2.1.0 Rakefile
openid_connect-2.0.0 Rakefile
openid_connect-2.0.0.rc1 Rakefile
webfinger-2.1.2 Rakefile
openid_connect-1.4.2 Rakefile
openid_connect-1.4.1 Rakefile
webfinger-2.1.1 Rakefile
webfinger-2.1.0 Rakefile
webfinger-2.0.0 Rakefile
openid_connect-1.4.0 Rakefile
openid_connect-1.3.1 Rakefile
ianfleeton-paypal-express-0.8.7 Rakefile
webfinger-1.2.0 Rakefile