Sha256: fa1d9d7e680abc5233715d18260f9b6ac34a84c4dec2551e055ba86ce2b2c78f

Contents?: true

Size: 200 Bytes

Versions: 4

Compression:

Stored size: 200 Bytes

Contents

task :test do
  system "cd test && mkdir -p tmp && ruby monk_test.rb"
end

task :default => :test

namespace :test do
  task :integration do
    system "cd test && ruby integration_test.rb"
  end
end

Version data entries

4 entries across 4 versions & 3 rubygems

Version Path
rkh-monk-0.0.6.1 Rakefile
rkh-monk-0.0.6 Rakefile
rkh-priest-0.0.7 Rakefile
priest-0.0.7 Rakefile