Sha256: 70a405ad685684bcb6c8b520a65977960f051b855bea3e02507e94ae1628474e
Contents?: true
Size: 274 Bytes
Versions: 23
Compression:
Stored size: 274 Bytes
Contents
# Add your own tasks in files placed in lib/tasks ending in .rake, # for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. require_relative "lib/ping" require "rspec/core/rake_task" RSpec::Core::RakeTask.new(:spec) task default: [:spec]
Version data entries
23 entries across 23 versions & 1 rubygems