File: Rakefile

package info (click to toggle)
ruby-fog-local 0.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 212 kB
  • sloc: ruby: 709; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 179 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
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