Sha256: a0cc9cedda041f45b022dc8132750081ed07ee994453bdfa7a24efdb124ee8e6

Contents?: true

Size: 134 Bytes

Versions: 19

Compression:

Stored size: 134 Bytes

Contents

require 'rake/testtask'

task :spec do
  exec "rspec --color --format=documentation spec"
end

desc "Run tests"
task :default => :spec

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
pushwagner-0.0.2.6 Rakefile
pushwagner-0.0.2.5 Rakefile
pushwagner-0.0.2.4 Rakefile
pushwagner-0.0.2.3 Rakefile
pushwagner-0.0.2.2 Rakefile
pushwagner-0.0.2.1 Rakefile
pushwagner-0.0.2.0 Rakefile
pushwagner-0.0.1.12 Rakefile
pushwagner-0.0.1.11 Rakefile
pushwagner-0.0.1.10 Rakefile
pushwagner-0.0.1.8 Rakefile
pushwagner-0.0.1.7 Rakefile
pushwagner-0.0.1.6 Rakefile
pushwagner-0.0.1.5 Rakefile
pushwagner-0.0.1.4 Rakefile
pushwagner-0.0.1.3 Rakefile
pushwagner-0.0.1.2 Rakefile
pushwagner-0.0.1.1 Rakefile
pushwagner-0.0.1 Rakefile