Sha256: 893c93413a5e74db986c0c4fedd38133c0db0464acbf8796e5cb40b6b5484121

Contents?: true

Size: 208 Bytes

Versions: 11

Compression:

Stored size: 208 Bytes

Contents

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

Rake::TestTask.new do |t|
  t.libs.push "lib"
  t.libs.push "spec"
  t.test_files = FileList['spec/*_spec.rb']
  t.verbose = true
end

task default: :test

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
codeclimate-test-reporter-0.0.11 Rakefile
codeclimate-test-reporter-0.0.10 Rakefile
codeclimate-test-reporter-0.0.9 Rakefile
codeclimate-test-reporter-0.0.8 Rakefile
codeclimate-test-reporter-0.0.7 Rakefile
codeclimate-test-reporter-0.0.6 Rakefile
codeclimate-test-reporter-0.0.5 Rakefile
codeclimate-test-reporter-0.0.4 Rakefile
codeclimate-test-reporter-0.0.3 Rakefile
codeclimate-test-reporter-0.0.2 Rakefile
codeclimate-test-reporter-0.0.1 Rakefile