Sha256: fed969d521052a9b481bb3713ae3d5e1e4e1935093aad8cc92ac646e5f53019a

Contents?: true

Size: 319 Bytes

Versions: 10

Compression:

Stored size: 319 Bytes

Contents

require "bundler/gem_tasks"
require 'rspec/core/rake_task'

Dir.glob('./lib/tasks/**/*.rake').each { |task| load task }
Dir.glob('./tasks/**/*.rake').each { |task| load task }
RSpec::Core::RakeTask.new(:spec)

task :default => [:spec, 'pact:tests:all', :spec_with_active_support, 'pact:tests:all:with_active_support']

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
pact-1.4.0.rc4 Rakefile
pact-1.4.0.rc3 Rakefile
pact-1.4.0.rc2 Rakefile
pact-1.3.3 Rakefile
pact-1.3.2 Rakefile
pact-1.3.1 Rakefile
pact-1.3.0 Rakefile
pact-1.2.1.rc2 Rakefile
pact-1.2.1.rc1 Rakefile
pact-1.1.1 Rakefile