Sha256: 7e6c0a723feb295a0897f4921416c718b2bca6fd6d5afad061a6898796f21b00

Contents?: true

Size: 248 Bytes

Versions: 20

Compression:

Stored size: 248 Bytes

Contents

require "bundler/gem_tasks"

desc 'Run tests'
task :test do
  puts "running rspec tests"
  all_good = system("bundle exec rspec spec --format documentation --color --tty")
  if all_good
    exit 0
  else
    exit 1
  end
end

task :default => :test

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
aws_pocketknife-0.1.28 Rakefile
aws_pocketknife-0.1.27 Rakefile
aws_pocketknife-0.1.26 Rakefile
aws_pocketknife-0.1.25 Rakefile
aws_pocketknife-0.1.24 Rakefile
aws_pocketknife-0.1.23 Rakefile
aws_pocketknife-0.1.21 Rakefile
aws_pocketknife-0.1.20 Rakefile
aws_pocketknife-0.1.19 Rakefile
aws_pocketknife-0.1.18 Rakefile
aws_pocketknife-0.1.17 Rakefile
aws_pocketknife-0.1.16 Rakefile
aws_pocketknife-0.1.15 Rakefile
aws_pocketknife-0.1.14 Rakefile
aws_pocketknife-0.1.13 Rakefile
aws_pocketknife-0.1.12 Rakefile
aws_pocketknife-0.1.11 Rakefile
aws_pocketknife-0.1.10 Rakefile
aws_pocketknife-0.1.9 Rakefile
aws_pocketknife-0.1.8 Rakefile