Sha256: 8e5a69732459015a582aa3dc1a28afb1f4c85cf3340211d4e1b0e227471a690f

Contents?: true

Size: 215 Bytes

Versions: 16

Compression:

Stored size: 215 Bytes

Contents

#!/usr/bin/env rake
require "bundler/gem_tasks"
require 'rake/testtask'

Rake::TestTask.new do |test|
  test.libs << 'lib' << 'test' << 'test/unit'
  test.pattern = 'test/unit/test_*.rb'
end

task :default => :test

Version data entries

16 entries across 16 versions & 4 rubygems

Version Path
wasserstand-0.0.11 Rakefile
wasserstand-0.0.10 Rakefile
wasserstand-0.0.9 Rakefile
wasserstand-0.0.8 Rakefile
wasserstand-0.0.7 Rakefile
wasserstand-0.0.6 Rakefile
wasserstand-0.0.5 Rakefile
wasserstand-0.0.4 Rakefile
wasserstand-0.0.3 Rakefile
wasserstand-0.0.2 Rakefile
wasserstand-0.0.1 Rakefile
config-rc-0.0.1 Rakefile
hms-0.0.3 Rakefile
hms-0.0.2 Rakefile
hms-0.0.1 Rakefile
enumstats-0.0.1 Rakefile