Sha256: c5d7b759a38c729cec504fc583bf6305130da9d5c8804e5eb37208ecdce42adf

Contents?: true

Size: 175 Bytes

Versions: 6

Compression:

Stored size: 175 Bytes

Contents

# encoding: utf-8
require 'rake/testtask'

Rake::TestTask.new(:spec) do |test|
  test.libs << 'lib' << 'spec'
  test.pattern = 'spec/**/*_spec.rb'
end

task :default => :spec

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
hazel-0.0.7 Rakefile
hazel-0.0.6 Rakefile
hazel-0.0.5 Rakefile
hazel-0.0.4 Rakefile
hazel-0.0.3 Rakefile
hazel-0.0.2 Rakefile