Sha256: bf5c20bc119c51c8412f0947e89677bd1d8616f574d06d46ea656ef61f30e0f9

Contents?: true

Size: 218 Bytes

Versions: 4

Compression:

Stored size: 218 Bytes

Contents

# frozen_string_literal: true

require "rspec/core"
require "rspec/core/rake_task"

desc "Run all specs in spec directory (excluding plugin specs)"
RSpec::Core::RakeTask.new(:spec)
task default: :spec
task test: :spec

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pco-url-3.0.0 Rakefile
pco-url-2.1.3 Rakefile
pco-url-2.1.2 Rakefile
pco-url-2.1.1 Rakefile