Sha256: afbdc5ca82736f36d42b7c70c30845d086f62e677ada7e06743957764b413ad8

Contents?: true

Size: 148 Bytes

Versions: 26

Compression:

Stored size: 148 Bytes

Contents

require "bundler/gem_tasks"
require "rake/testtask"

task :default => :test

Rake::TestTask.new(:test) do |t|
  t.pattern = "test/**/*_spec.rb"
end

Version data entries

26 entries across 26 versions & 2 rubygems

Version Path
collector-0.1.6 Rakefile
collector-0.1.5 Rakefile
collector-0.1.4 Rakefile
collector-0.1.3 Rakefile
collector-0.1.2 Rakefile
collector-0.1.1 Rakefile
collector-0.1.0 Rakefile
buoyancy-0.0.1 Rakefile
collector-0.0.19 Rakefile
collector-0.0.18 Rakefile
collector-0.0.17 Rakefile
collector-0.0.16 Rakefile
collector-0.0.15 Rakefile
collector-0.0.14 Rakefile
collector-0.0.13 Rakefile
collector-0.0.12 Rakefile
collector-0.0.11 Rakefile
collector-0.0.10 Rakefile
collector-0.0.9 Rakefile
collector-0.0.8 Rakefile