Sha256: 92d6972ae486ef100f0d9512d7909034add4226b384549f647f847a31811a57d

Contents?: true

Size: 136 Bytes

Versions: 11

Compression:

Stored size: 136 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

task :default => [:spec]
desc 'run Rspec specs'
task :spec do
  sh 'rspec spec'
end

Version data entries

11 entries across 11 versions & 3 rubygems

Version Path
ar-tokens-0.0.6 Rakefile
product_spy-0.0.6 Rakefile
spaghetti-0.6.0 Rakefile
ar-tokens-0.0.5 Rakefile
spaghetti-0.5.1 Rakefile
spaghetti-0.5.0 Rakefile
product_spy-0.0.5 Rakefile
product_spy-0.0.4 Rakefile
product_spy-0.0.3 Rakefile
product_spy-0.0.2 Rakefile
product_spy-0.0.1 Rakefile