Sha256: 19cb226437951ce7e7adcfb4a56b39c65a038f26ff0d4a82b13da8b1c537c9c5

Contents?: true

Size: 251 Bytes

Versions: 17

Compression:

Stored size: 251 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

require 'rake/testtask'

desc 'Default: run unit tests.'
task :default => :test

Rake::TestTask.new(:test) do |test|
  test.libs << 'test'
  test.pattern = 'test/*_test.rb'
  test.verbose = true
end

Version data entries

17 entries across 17 versions & 3 rubygems

Version Path
cells-slim-0.1.1 Rakefile
erbse-0.1.4 Rakefile
erbse-0.1.3 Rakefile
cells-slim-0.0.6 Rakefile
erbse-0.1.2 Rakefile
erbse-0.1.1 Rakefile
erbse-0.1.0 Rakefile
cells-slim-0.0.5 Rakefile
cells-slim-0.0.4 Rakefile
cells-slim-0.0.3 Rakefile
cells-slim-0.0.2 Rakefile
cells-4.0.0.beta4 Rakefile
cells-4.0.0.beta3 Rakefile
erbse-0.0.2 Rakefile
cells-slim-0.0.1 Rakefile
cells-4.0.0.beta2 Rakefile
cells-4.0.0.beta1 Rakefile