Sha256: 998bc23eb8544c1cb01cfe93da54d330e4d1e4288c074a26e2681c174ee3a1ca

Contents?: true

Size: 214 Bytes

Versions: 669

Compression:

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

669 entries across 667 versions & 134 rubygems

Version Path
cocoapods-podfile-generator-0.4.1 Rakefile
cocoapods-framework-tj-0.0.2 Rakefile
cocoapods-aqarahome-0.0.5 Rakefile
cocoapods-aqarahome-0.0.4 Rakefile
cocoapods-diff-0.8.1 Rakefile
cocoapods-diff-0.8.0 Rakefile
cocoapods-aqarahome-0.0.3 Rakefile
cocoapods-diff-0.7.0 Rakefile
cocoapods-aqarahome-0.0.2 Rakefile
cocoapods-aqarahome-0.0.1 Rakefile
cocoapods-lockfile-0.1.0 Rakefile
cocoapods-binary-bugfix-0.0.3 Rakefile
cocoapods-binary-bugfix-0.0.2 Rakefile
cocoapods-binary-bugfix-0.0.1 Rakefile
cocoapods-xp-binary-debug-0.0.4 Rakefile
cocoapods-xp-binary-debug-0.0.3 Rakefile
cocoapods-xp-binary-debug-0.0.2 Rakefile
cocoapods-xp-binary-debug-0.0.1 Rakefile
cocoapods-pod-sign-1.3.0 Rakefile
cocoapods-pod-sign-1.2.2 Rakefile