Sha256: e7fd4872e2f602a911e3ed631086df9ad811c55e8388c32065bdbe9bf8d1907b

Contents?: true

Size: 179 Bytes

Versions: 10

Compression:

Stored size: 179 Bytes

Contents

require "bundler/gem_tasks"

task :default => :test

mock = ENV['FOG_MOCK'] || 'false'

desc "Run tests"
task :test do
  sh("export FOG_MOCK=#{mock} && bundle exec shindont")
end

Version data entries

10 entries across 8 versions & 2 rubygems

Version Path
fog-local-0.8.0 Rakefile
fog-local-0.7.0 Rakefile
fog-local-0.6.0 Rakefile
vagrant-packet-0.1.1 vendor/bundle/ruby/2.5.0/gems/fog-local-0.5.0/Rakefile
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/gems/fog-local-0.5.0/Rakefile
vagrant-packet-0.1.1 vendor/bundle/ruby/2.4.0/gems/fog-local-0.5.0/Rakefile
fog-local-0.5.0 Rakefile
fog-local-0.4.0 Rakefile
fog-local-0.3.1 Rakefile
fog-local-0.3.0 Rakefile