Sha256: 3a4557912632688398ac1086bb4ca92dd1bb12c4a4066e1dbba2ce7de84d0f48

Contents?: true

Size: 143 Bytes

Versions: 13

Compression:

Stored size: 143 Bytes

Contents

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

Rake::TestTask.new do |t|
  t.libs << "test"
end

desc "Run tests"
task :default => :test

Version data entries

13 entries across 13 versions & 3 rubygems

Version Path
dbg-rb-0.2.3 Rakefile
dbg-rb-0.2.2 Rakefile
dbg-rb-0.2.1 Rakefile
dbg-rb-0.2.0 Rakefile
ruby-dbg-0.1.1 Rakefile
ruby-dbg-0.1.0 Rakefile
ruby-dbg-0.0.1 Rakefile
cognition-2.1.3 Rakefile
cognition-2.1.2 Rakefile
cognition-2.0.8 Rakefile
cognition-2.0.7 Rakefile
cognition-2.0.6 Rakefile
cognition-2.0.5 Rakefile