Sha256: 96a82cf8d2c0db39987cbf70efc42b08a40d843bb2d2331c2510f91767aa908b

Contents?: true

Size: 224 Bytes

Versions: 58

Compression:

Stored size: 224 Bytes

Contents

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

task :default => [:test]

Rake::TestTask.new(:test) do |t|
  t.libs << '.'
  t.pattern = 'test/all.rb'
  t.verbose = true
end
Rake::Task['test'].comment = "Run all tests"

Version data entries

58 entries across 58 versions & 2 rubygems

Version Path
jekyll-octopod-0.9.23 Rakefile
jekyll-octopod-0.9.22 Rakefile
jekyll-octopod-0.9.21 Rakefile
jekyll-octopod-0.9.20 Rakefile
jekyll-octopod-0.9.19 Rakefile
jekyll-octopod-0.9.18 Rakefile
jekyll-octopod-0.9.17 Rakefile
jekyll-octopod-0.9.15 Rakefile
jekyll-octopod-0.9.14 Rakefile
jekyll-octopod-0.9.13 Rakefile
jekyll-octopod-0.9.12 Rakefile
jekyll-octopod-0.9.11 Rakefile
jekyll-octopod-0.9.10 Rakefile
jekyll-octopod-0.9.9 Rakefile
jekyll-octopod-0.9.8 Rakefile
jekyll-octopod-0.9.7 Rakefile
jekyll-octopod-0.9.6 Rakefile
jekyll-octopod-0.9.5 Rakefile
jekyll-octopod-0.9.4 Rakefile
octopod-exe-0.9.4 Rakefile