Sha256: a7a52c0d35ae318d59130008ed40d784f88a108f049cec699cf67112bacb7796

Contents?: true

Size: 157 Bytes

Versions: 13

Compression:

Stored size: 157 Bytes

Contents

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

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

task default: :test

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
huyegger-0.4.4 Rakefile
huyegger-0.4.3 Rakefile
huyegger-0.4.2 Rakefile
huyegger-0.4.1 Rakefile
huyegger-0.3.1 Rakefile
huyegger-0.2.1 Rakefile
huyegger-0.1.1 Rakefile
huyegger-0.1.0 Rakefile
busted-0.2.3 Rakefile
busted-0.2.2 Rakefile
busted-0.2.1 Rakefile
busted-0.2.0 Rakefile
busted-0.1.0 Rakefile