Sha256: a5875e4ed4751c9873c28e1982e7031b6da676943adba8f1231152a5adda71f3

Contents?: true

Size: 83 Bytes

Versions: 4

Compression:

Stored size: 83 Bytes

Contents

task :default => [:puts_something]

task :puts_something do
  sh "echo 'hello'"
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
reciper-0.0.4 spec/fixtures/ruby_app/Rakefile
reciper-0.0.3 spec/fixtures/ruby_app/Rakefile
reciper-0.0.2 spec/fixtures/ruby_app/Rakefile
reciper-0.0.1 spec/fixtures/ruby_app/Rakefile