Sha256: 61645c891bc21782e22549e411c07aab4aea2bf8cd7a6b5caff2315d717ea200

Contents?: true

Size: 245 Bytes

Versions: 11

Compression:

Stored size: 245 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

require 'rake/testtask'

Rake::TestTask.new(:test) do |t|
  t.pattern = 'test/unit/**/*_test.rb'
  t.ruby_opts << '-rubygems'
  t.libs << 'test'
  t.verbose = true
end

task :default => "test"

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
active_utils-2.1.1 Rakefile
active_utils-2.1.0 Rakefile
active_utils-2.0.2 Rakefile
active_utils-2.0.1 Rakefile
active_utils-2.0.0 Rakefile
active_utils-1.0.5 Rakefile
active_utils-1.0.4 Rakefile
active_utils-1.0.3 Rakefile
active_utils-1.0.2 Rakefile
active_utils-1.0.1 Rakefile
active_utils-1.0.0 Rakefile