Sha256: c36499ebb5dbeb98051bde77c26838fca25d330592cf3c8c00276ba93de5201c

Contents?: true

Size: 226 Bytes

Versions: 15

Compression:

Stored size: 226 Bytes

Contents

require 'bundler/gem_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

15 entries across 15 versions & 3 rubygems

Version Path
cells-hamlit2-0.2.0 Rakefile
cells-hamlit2-0.1.1 Rakefile
cells-haml-0.0.10 Rakefile
cells-hamlit-0.2.0 Rakefile
cells-haml-0.0.9 Rakefile
cells-hamlit-0.1.1 Rakefile
cells-hamlit-0.1.0 Rakefile
cells-haml-0.0.8 Rakefile
cells-haml-0.0.7 Rakefile
cells-haml-0.0.6 Rakefile
cells-haml-0.0.5 Rakefile
cells-haml-0.0.4 Rakefile
cells-haml-0.0.3 Rakefile
cells-haml-0.0.2 Rakefile
cells-haml-0.0.1 Rakefile