Sha256: 6ad97b3b2aad643c84d30a10d6c597d344a823ba4e3e8814eff09fc2a6b355ec

Contents?: true

Size: 143 Bytes

Versions: 11

Compression:

Stored size: 143 Bytes

Contents

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

task :default => [:test]

Rake::TestTask.new do |t|
  t.pattern = "test/**/*_test.rb"
end

Version data entries

11 entries across 8 versions & 3 rubygems

Version Path
vagrant-packet-0.1.1 vendor/bundle/ruby/2.5.0/gems/fog-json-1.2.0/Rakefile
vagrant-packet-0.1.1 vendor/bundle/ruby/2.4.0/gems/fog-json-1.2.0/Rakefile
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/gems/fog-json-1.2.0/Rakefile
fog-json-1.2.0 Rakefile
fog-json-1.1.0 Rakefile
vagrant-cloudstack-1.2.0 vendor/bundle/gems/fog-json-1.0.2/Rakefile
vagrant-cloudstack-1.1.0 vendor/bundle/gems/fog-json-1.0.1/Rakefile
vagrant-cloudstack-1.1.0 vendor/bundle/gems/fog-json-1.0.2/Rakefile
fog-json-1.0.2 Rakefile
fog-json-1.0.1 Rakefile
fog-json-1.0.0 Rakefile