Sha256: adc00d604cadb57205f6a4911fda02e54e8ec319c2d183b1a880b24f46a9c37c

Contents?: true

Size: 213 Bytes

Versions: 47

Compression:

Stored size: 213 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

47 entries across 47 versions & 4 rubygems

Version Path
cocoapods-xcremotecache-0.0.18 Rakefile
cocoapods-xcremotecache-0.0.17 Rakefile
cocoapods-xcremotecache-0.0.16 Rakefile
cocoapods-xcremotecache-0.0.15 Rakefile
cocoapods-xcremotecache-0.0.14 Rakefile
cocoapods-xcremotecache-0.0.13 Rakefile
cocoapods-xcremotecache-0.0.12 Rakefile
cocoapods-xcremotecache-0.0.11 Rakefile
cocoapods-xcremotecache-0.0.10 Rakefile
cocoapods-xcremotecache-0.0.9 Rakefile
cocoapods-xcremotecache-0.0.8 Rakefile
cocoapods-xcremotecache-0.0.7 Rakefile
cocoapods-xcremotecache-0.0.6 Rakefile
cocoapods-xcremotecache-0.0.5 Rakefile
cocoapods-xcremotecache-0.0.4 Rakefile
cocoapods-xcremotecache-0.0.3 Rakefile
cocoapods-xcremotecache-0.0.2 Rakefile
cocoapods-xcremotecache-0.0.1 Rakefile
cocoapods-deploy-0.0.12 Rakefile
cocoapods-deploy-0.0.11 Rakefile