Sha256: e539dbd05bba203aac6494d59c5b99b50623932ddd63a1d230a7f3a42ab05861

Contents?: true

Size: 160 Bytes

Versions: 17

Compression:

Stored size: 160 Bytes

Contents

require 'bundler/gem_tasks'
require 'rake/testtask'

Rake::TestTask.new do |t|
  t.libs << 'spec'
  t.pattern = 'spec/**/*_spec.rb'
end

task :default => :test

Version data entries

17 entries across 17 versions & 2 rubygems

Version Path
app_monit_rails-0.1.0 Rakefile
app_monit-0.0.11 Rakefile
app_monit-0.0.10 Rakefile
app_monit_rails-0.0.6 Rakefile
app_monit-0.0.9 Rakefile
app_monit-0.0.8 Rakefile
app_monit_rails-0.0.5 Rakefile
app_monit_rails-0.0.4 Rakefile
app_monit_rails-0.0.3 Rakefile
app_monit_rails-0.0.1 Rakefile
app_monit-0.0.7 Rakefile
app_monit-0.0.6 Rakefile
app_monit-0.0.5 Rakefile
app_monit-0.0.4 Rakefile
app_monit-0.0.3 Rakefile
app_monit-0.0.2 Rakefile
app_monit-0.0.1 Rakefile