Sha256: a86079650910e79467a305efbc55f122d0a09aa8d1e67ce70af43d01c5e9af98

Contents?: true

Size: 212 Bytes

Versions: 8

Compression:

Stored size: 212 Bytes

Contents

require "bundler/gem_tasks"

def specs(dir)
  FileList["spec/#{dir}/*_spec.rb"].shuffle.join(' ')
end

desc 'Runs all the specs'
task :spec do
  sh "bundle exec bacon #{specs('**')}"
end

task :default => :specs

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
xcode-install-0.3.0 Rakefile
xcode-install-0.2.0 Rakefile
xcode-install-0.1.1 Rakefile
xcode-install-0.1.0 Rakefile
xcode-install-0.0.3 Rakefile
xcode-install-0.0.2 Rakefile
xcode-install-0.0.1 Rakefile
shoppingcart-0.0.1 Rakefile