Sha256: 28ff0dfb121e0ef71e9e5e847dd81597fc502ae8a17727a34912796588a24f34

Contents?: true

Size: 137 Bytes

Versions: 8

Compression:

Stored size: 137 Bytes

Contents

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

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

task :default => :test

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
aemninja-0.0.6 Rakefile
aemninja-0.0.5 Rakefile
verm-client-1.2.2 Rakefile
verm-client-1.2.1 Rakefile
verm-client-1.2.0 Rakefile
verm-client-1.1.1 Rakefile
verm-client-1.1.0 Rakefile
verm-client-1.0.0 Rakefile