Sha256: 6d24748380e6e3e600b6cd47ee043d836b88e77e66126ed6a50b5b9c27b2d153

Contents?: true

Size: 267 Bytes

Versions: 42

Compression:

Stored size: 267 Bytes

Contents

require 'bundler/gem_tasks'
require 'rake/testtask'
require 'ndr_dev_support/tasks'

Rake::TestTask.new do |t|
  t.libs << 'lib'
  t.libs << 'test'
  t.pattern = 'test/**/*_test.rb'
  t.verbose = false
  t.warning = false
end

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

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
ndr_import-11.2.1 Rakefile
ndr_import-11.2.0 Rakefile
ndr_import-11.1.0 Rakefile
ndr_import-11.0.2 Rakefile
ndr_import-11.0.1 Rakefile
ndr_import-11.0.0 Rakefile
ndr_import-10.3.0 Rakefile
ndr_import-10.2.0 Rakefile
ndr_import-10.1.3 Rakefile
ndr_import-10.1.2 Rakefile
ndr_import-10.1.1 Rakefile
ndr_import-10.1 Rakefile
ndr_import-10.0 Rakefile
ndr_import-9.1.0 Rakefile
ndr_import-9.0.3 Rakefile
ndr_import-9.0.2 Rakefile
ndr_import-9.0.1 Rakefile
ndr_import-9.0.0 Rakefile
ndr_import-8.6.0 Rakefile
ndr_import-8.5.2 Rakefile