Sha256: 3d3c21352f3e86e49c2112e5352d1e6b5ed7b64193a39c82c1c2faa46160604a

Contents?: true

Size: 153 Bytes

Versions: 15

Compression:

Stored size: 153 Bytes

Contents

require 'rspec/core/rake_task'

task :default => [:spec]

RSpec::Core::RakeTask .new(:spec) do |task|
  task.rspec_opts = ["--format documentation"]
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
icecream-0.0.16 Rakefile
icecream-0.0.15 Rakefile
icecream-0.0.14 Rakefile
icecream-0.0.13 Rakefile
icecream-0.0.12 Rakefile
icecream-0.0.11 Rakefile
icecream-0.0.10 Rakefile
icecream-0.0.9 Rakefile
icecream-0.0.8 Rakefile
icecream-0.0.7 Rakefile
icecream-0.0.6 Rakefile
icecream-0.0.5 Rakefile
icecream-0.0.4 Rakefile
icecream-0.0.3 Rakefile
icecream-0.0.2 Rakefile