Sha256: f6eab0182180e9be1a943569f2d2eeba6aaffb5a3a106fd694aee26ab0da1c37

Contents?: true

Size: 586 Bytes

Versions: 1

Compression:

Stored size: 586 Bytes

Contents

require "bundler/gem_tasks"
require 'simplecov'

require 'rspec/core/rake_task'
desc 'Run the specs'
RSpec::Core::RakeTask.new do |r|
  r.verbose = false
end

#desc "Run all examples with RCov"
#RSpec::Core::RakeTask.new('examples_with_rcov') do |t|
#  #t.spec_files = FileList['spec/**/*.rb']
#  t.rcov = true
#  #t.rcov_opts = ['--exclude', 'spec']
#end
#
#begin
#  require 'spec/rake/verify_rcov'
#  RCov::VerifyTask.new(:verify_rcov => 'spec:rcov') do |t|
#    t.threshold = 100.0
#    t.index_html = 'coverage/index.html'
#  end
#rescue LoadError => e
#end

task :default => :spec

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
with_lock-0.1.1 Rakefile