Sha256: 909eaed08ce2af0955497e8d882614a60b5c9923e780cadc509a6810e7e26cd8

Contents?: true

Size: 188 Bytes

Versions: 6

Compression:

Stored size: 188 Bytes

Contents

#!/usr/bin/env rake
require 'bundler/gem_tasks'

begin
  require 'rspec/core/rake_task'
  RSpec::Core::RakeTask.new(:spec)
rescue LoadError
end

desc 'Run all tests'
task default: [:spec]

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
puffing-billy-3.0.0 Rakefile
puffing-billy-2.4.1 Rakefile
puffing-billy-2.4.0 Rakefile
puffing-billy-2.3.1 Rakefile
puffing-billy-2.3.0 Rakefile
puffing-billy-2.2.0 Rakefile