Sha256: 6dfb240c1dfb7e369f3f4dc81ae6966749a4a43f26c9eb3b560c79e1925dafda
Contents?: true
Size: 365 Bytes
Versions: 42
Compression:
Stored size: 365 Bytes
Contents
# Rake will automatically load any *.rake files inside of the "rakelib" folder # See rakelib/ require "coveralls/rake/task" Coveralls::RakeTask.new desc "Run all tests and linting" task default: ["run_rspec", "lint", "coveralls:push"] desc "All actions but no examples. Good for local developer run." task all_but_examples: ["run_rspec:all_but_examples", "lint"]
Version data entries
42 entries across 42 versions & 1 rubygems