Sha256: 9dbb14d8155141ba96b95271cf6e313d1bb292fc638eab4c269eee77ef09071c

Contents?: true

Size: 273 Bytes

Versions: 11

Compression:

Stored size: 273 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, :spec_with_active_support, 'pact:tests']

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
pact-1.0.39 Rakefile
pact-1.1.0.rc2 Rakefile
pact-1.0.38 Rakefile
pact-1.1.0.rc1 Rakefile
pact-1.0.37 Rakefile
pact-1.0.36 Rakefile
pact-1.0.35 Rakefile
pact-1.0.34 Rakefile
pact-1.0.33 Rakefile
pact-1.0.32 Rakefile
pact-1.0.31 Rakefile