Sha256: a8d5fd25ba119d81feb1c412435ccc26448c1e69f04fdbb72e9b2cdf22af7fc1

Contents?: true

Size: 179 Bytes

Versions: 7

Compression:

Stored size: 179 Bytes

Contents

require "rake/testtask"

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

task :default => :spec

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
healthety-0.0.7 Rakefile
healthety-0.0.6 Rakefile
healthety-0.0.5 Rakefile
healthety-0.0.4 Rakefile
healthety-0.0.3 Rakefile
healthety-0.0.2 Rakefile
healthety-0.0.1 Rakefile