Sha256: d1b6239314f259fbd3efcf0a8e596619dacfc9ff4594408a9285092186a5e0ee

Contents?: true

Size: 379 Bytes

Versions: 3

Compression:

Stored size: 379 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

begin
  require 'rspec/core/rake_task'
  desc 'Run specs'
  RSpec::Core::RakeTask.new do |t|
    t.rcov = true
    t.rcov_opts = ['--sort coverage --text-summary --sort-reverse']
    t.rcov_opts << "--comments --exclude spec,pkg,#{ENV['GEM_HOME']}"
  end
rescue LoadError
  puts 'RSpec not available, try a bundle install'
end

Version data entries

3 entries across 3 versions & 3 rubygems

Version Path
tobias-sinatra-respond_to-0.6.0 Rakefile
theorician-sinatra-respond_to-0.6.0 Rakefile
sinatra-respond_to-0.6.0 Rakefile