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-8.5.1 Rakefile
ndr_import-8.5.0 Rakefile
ndr_import-8.4.0 Rakefile
ndr_import-8.3.0 Rakefile
ndr_import-8.2.0 Rakefile
ndr_import-8.1.0 Rakefile
ndr_import-8.0.0 Rakefile
ndr_import-7.0.0 Rakefile
ndr_import-6.4.1 Rakefile
ndr_import-6.4.0 Rakefile
ndr_import-6.3.0 Rakefile
ndr_import-6.2.0 Rakefile
ndr_import-6.1.1 Rakefile
ndr_import-6.1.0 Rakefile
ndr_import-6.0.0 Rakefile
ndr_import-5.1.0 Rakefile
ndr_import-5.0.0 Rakefile
ndr_import-4.1.4 Rakefile
ndr_import-4.1.3 Rakefile
ndr_import-4.1.2 Rakefile