Sha256: bb6cbbe376bcf53a4d8a3709f8ae38a6e56b45dbe3af6c5407590faf1c13e4de

Contents?: true

Size: 263 Bytes

Versions: 13

Compression:

Stored size: 263 Bytes

Contents

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

RSpec::Core::RakeTask.new do |t|
  t.pattern = 'spec/**/*_spec.rb'
  t.ruby_opts = %w[-w]
  t.verbose = false
end

desc 'Default: run the rspec examples'
task :default => [:spec]

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
appraisal-2.5.0 Rakefile
appraisal-2.4.1 Rakefile
appraisal-2.4.0 Rakefile
appraisal-2.3.0 Rakefile
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/appraisal-2.2.0/Rakefile
appraisal-2.2.0 Rakefile
appraisal-2.1.0 Rakefile
appraisal-2.0.2 Rakefile
appraisal-2.0.1 Rakefile
appraisal-2.0.0 Rakefile
appraisal-1.0.3 Rakefile
appraisal-1.0.2 Rakefile
appraisal-1.0.0 Rakefile