Sha256: 80eef1e32a2d83275337caab0d25cfe836f8b182938b0286ff3827e79d8ccbf6

Contents?: true

Size: 174 Bytes

Versions: 8

Compression:

Stored size: 174 Bytes

Contents

require "bundler/gem_tasks"

task :default => :test

mock = ENV['FOG_MOCK'] || 'true'
task :test do
  sh("export FOG_MOCK=#{mock} && bundle exec shindont")
  sh("rspec")
end

Version data entries

8 entries across 6 versions & 2 rubygems

Version Path
fog-rackspace-0.1.6 Rakefile
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/gems/fog-rackspace-0.1.5/Rakefile
vagrant-packet-0.1.1 vendor/bundle/ruby/2.5.0/gems/fog-rackspace-0.1.5/Rakefile
vagrant-packet-0.1.1 vendor/bundle/ruby/2.4.0/gems/fog-rackspace-0.1.5/Rakefile
fog-rackspace-0.1.5 Rakefile
fog-rackspace-0.1.4 Rakefile
fog-rackspace-0.1.3 Rakefile
fog-rackspace-0.1.2 Rakefile