Sha256: 3e16ad029f1029c7b90fe2fcda92de3944ed36a07823b9aaff1279b03139a352

Contents?: true

Size: 114 Bytes

Versions: 3

Compression:

Stored size: 114 Bytes

Contents

require 'rake/testtask'

Rake::TestTask.new do |t|
  t.pattern = "./spec/**/*_spec.rb"
end

task :default => :test

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pact-consumer-minitest-1.0.1 example/zoo-app/Rakefile
pact-consumer-minitest-1.0.0 example/zoo-app/Rakefile
pact-consumer-minitest-0.0.1 example/zoo-app/Rakefile