Sha256: f99cef1b365a5d326b86506c12d1c3624dd2a159ba450cb3a97658b0eaa30f62

Contents?: true

Size: 215 Bytes

Versions: 14

Compression:

Stored size: 215 Bytes

Contents

require 'bundler'
require 'rake/testtask'

Bundler::GemHelper.install_tasks

Rake::TestTask.new do |t|
  t.libs << 'test'
  t.pattern = "test/*_test.rb"
  t.warning = false
end

desc "Run Tests"
task default: :test

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
cloudstack_client-1.5.10 Rakefile
cloudstack_client-1.5.9 Rakefile
cloudstack_client-1.5.8 Rakefile
cloudstack_client-1.5.7 Rakefile
cloudstack_client-1.5.6 Rakefile
cloudstack_client-1.5.5 Rakefile
cloudstack_client-1.5.4 Rakefile
cloudstack_client-1.5.3 Rakefile
cloudstack_client-1.5.2 Rakefile
cloudstack_client-1.5.1 Rakefile
cloudstack_client-1.5.0 Rakefile
cloudstack_client-1.4.3 Rakefile
cloudstack_client-1.4.2 Rakefile
cloudstack_client-1.4.1 Rakefile