Sha256: 36a8153dde8568cf12b9154538ec723d31d86c18958e565069e2490f721febd5
Contents?: true
Size: 315 Bytes
Versions: 4
Compression:
Stored size: 315 Bytes
Contents
require "bundler/gem_tasks" require "rspec/core/rake_task" desc "Run all specs in spec directory" RSpec::Core::RakeTask.new(:spec) namespace :test do desc "Clean up test artifacts (e.g., VCR cassettes)" task :clean do FileUtils.rm_rf File.join(__dir__, "spec", "cassettes") end end task default: :spec
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ezid-client-0.3.0 | Rakefile |
ezid-client-0.2.0 | Rakefile |
ezid-client-0.1.1 | Rakefile |
ezid-client-0.1.0 | Rakefile |