Sha256: 78f68f15141d5f48df79515f77898f52c0b6f5f2fc3a211ad299da3d34c5210d

Contents?: true

Size: 212 Bytes

Versions: 2

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 => :spec

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cocoapods-tdfire-binary-1.1.0 Rakefile
cocoapods-tdfire-binary-1.0.10 Rakefile