Sha256: 105196e3313cc651e8c7009fdc1ce94cda66cb6160734235842e8af12bf7aa07

Contents?: true

Size: 210 Bytes

Versions: 9

Compression:

Stored size: 210 Bytes

Contents

require 'bundler/gem_tasks'

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

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

task default: :specs

Version data entries

9 entries across 9 versions & 3 rubygems

Version Path
cocoapods-jiffy-0.1.3 Rakefile
cocoapods-jiffy-0.1.2 Rakefile
cocoapods-jiffy-0.1.1 Rakefile
cocoapods-jiffy-0.1.0 Rakefile
cocoapods-schoutedenapus-0.0.2 Rakefile
cocoapods-playgrounds-0.0.3 Rakefile
cocoapods-playgrounds-0.0.2 Rakefile
cocoapods-playgrounds-0.0.1 Rakefile
cocoapods-schoutedenapus-0.0.1 Rakefile