Sha256: 29d2aab2a6f301ac025c122542a42915c7c4fe885fa38124520db6cd11dab4d5

Contents?: true

Size: 142 Bytes

Versions: 12

Compression:

Stored size: 142 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

12 entries across 12 versions & 1 rubygems

Version Path
exercism-0.0.28 Rakefile
exercism-0.0.27 Rakefile
exercism-0.0.26 Rakefile
exercism-0.0.25 Rakefile
exercism-0.0.24 Rakefile
exercism-0.0.23 Rakefile
exercism-0.0.22 Rakefile
exercism-0.0.21 Rakefile
exercism-0.0.20 Rakefile
exercism-0.0.19 Rakefile
exercism-0.0.18 Rakefile
exercism-0.0.17 Rakefile