Sha256: 1935e099b4e3c02b69d24173ff6990540bc552ef7ea15d3e489180c7e47db946

Contents?: true

Size: 164 Bytes

Versions: 21

Compression:

Stored size: 164 Bytes

Contents

#!/usr/bin/env rake

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

Rake::TestTask.new do |t|
  t.libs << 'test'
end

desc 'Run tests'
task :default => :test

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
app_drone-0.8.6 Rakefile~
app_drone-0.8.5 Rakefile~
app_drone-0.8.4alpha Rakefile~
app_drone-0.8.3 Rakefile~
app_drone-0.8.2 Rakefile~
app_drone-0.8.1 Rakefile~
app_drone-0.8.0 Rakefile~
app_drone-0.7.0 Rakefile~
app_drone-0.6.1 Rakefile~
app_drone-0.6.0 Rakefile~
app_drone-0.5.2 Rakefile~
app_drone-0.5.1 Rakefile~
app_drone-0.5.0 Rakefile~
app_drone-0.4.0 Rakefile~
app_drone-0.3.4 Rakefile~
app_drone-0.3.3 Rakefile~
app_drone-0.3.2 Rakefile~
app_drone-0.3.1 Rakefile~
app_drone-0.2.1 Rakefile~
app_drone-0.2.0 Rakefile~