Sha256: 002f15d00196bebc64674bc2a8651670974443cda799b08c0dcac51951be16ac
Contents?: true
Size: 182 Bytes
Versions: 4
Compression:
Stored size: 182 Bytes
Contents
task :default => :test desc "Run tests" task :test do Dir['test/**/*_test.rb'].each { |file| require file } end desc "Kick it" task :kick do exec "kicker -e rake test lib" end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
github-markup-0.5.3 | Rakefile |
github-markup-0.5.2 | Rakefile |
github-markup-0.5.1 | Rakefile |
github-markup-0.5.0 | Rakefile |