Sha256: 2b90bebb8262d33aab57fdbfc854ab64ec724267ea6cb0efa027b4e6ecc7cb6a

Contents?: true

Size: 208 Bytes

Versions: 12

Compression:

Stored size: 208 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: :spec

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
xcode-install-1.1.0 Rakefile
xcode-install-1.0.1 Rakefile
xcode-install-1.0.0 Rakefile
xcode-install-0.9.6 Rakefile
xcode-install-0.9.5 Rakefile
xcode-install-0.9.4 Rakefile
xcode-install-0.9.3 Rakefile
xcode-install-0.9.2 Rakefile
xcode-install-0.9.1 Rakefile
xcode-install-0.9.0 Rakefile
xcode-install-0.3.3 Rakefile
xcode-install-0.3.2 Rakefile