Sha256: 4a4f39bb29af1d051db7fec99ea55ec9c30cd96775ceb15473550bf71f2aafe1

Contents?: true

Size: 178 Bytes

Versions: 13

Compression:

Stored size: 178 Bytes

Contents

require "bundler/gem_tasks"
require "rake/testtask"


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

task default: :test

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
cloudstack-cli-1.6.10 Rakefile
cloudstack-cli-1.6.9 Rakefile
cloudstack-cli-1.6.8 Rakefile
cloudstack-cli-1.6.7 Rakefile
cloudstack-cli-1.6.6 Rakefile
cloudstack-cli-1.6.5 Rakefile
cloudstack-cli-1.6.4 Rakefile
cloudstack-cli-1.6.3 Rakefile
cloudstack-cli-1.6.2 Rakefile
cloudstack-cli-1.6.1 Rakefile
cloudstack-cli-1.6.0 Rakefile
cloudstack-cli-1.5.13 Rakefile
cloudstack-cli-1.5.12 Rakefile