Sha256: b253d552f4f1181a6607d74371feed594a94673f16029fb61d70a48ff275a187

Contents?: true

Size: 174 Bytes

Versions: 10

Compression:

Stored size: 174 Bytes

Contents

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

RSpec::Core::RakeTask.new(:spec) do |spec|
  spec.rspec_opts = ['--color', '--format d']
end

task default: :spec

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
rundeck-1.2.1 Rakefile
rundeck-1.2.0 Rakefile
rundeck-1.1.0 Rakefile
rundeck-1.0.2 Rakefile
rundeck-1.0.1 Rakefile
rundeck-0.0.4 Rakefile
rundeck-0.0.3 Rakefile
rundeck-0.0.3.pre Rakefile
rundeck-0.0.2.pre Rakefile
rundeck-0.0.1.pre Rakefile