Sha256: 879c98e4a53d545f294a31ed2d6c4b1d3853ae80d1dfee038817e58f1aad19eb

Contents?: true

Size: 183 Bytes

Versions: 3

Compression:

Stored size: 183 Bytes

Contents

require 'bundler/gem_tasks'

desc "Run all the specs"
task :spec do
  sh "bundle exec bacon -q #{FileList['spec/*_spec.rb'].join(' ')}"
end
task :default => :spec
task :test => :spec

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
motion-sparkle-sandbox-2.0.0 Rakefile
motion-sparkle-sandbox-0.8.0 Rakefile
motion-sparkle-sandbox-0.7.0 Rakefile