Sha256: 515990482521773c7a7f46c4c7878409b2c8b227140b4cef16a962a175c5889d
Contents?: true
Size: 309 Bytes
Versions: 4
Compression:
Stored size: 309 Bytes
Contents
# # Author:: Matt Eldridge (<matt.eldridge@us.ibm.com>) # © Copyright IBM Corporation 2014. # # LICENSE: MIT (http://opensource.org/licenses/MIT) # require "bundler/gem_tasks" require "rake/testtask" task :default => :test Rake::TestTask.new do |t| t.pattern = File.join("spec", "**", "*_spec.rb") end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
fog-softlayer-0.0.4 | Rakefile |
fog-softlayer-0.0.3 | Rakefile |
fog-softlayer-0.0.2 | Rakefile |
fog-softlayer-0.0.1 | Rakefile |