Sha256: 8448a7ff60e7d4ceb026d23eaacde4113787cb6b80c7e77b08c587c3d883fe55

Contents?: true

Size: 284 Bytes

Versions: 64

Compression:

Stored size: 284 Bytes

Contents

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

Rake::TestTask.new(:test) do |t|
  t.libs << 'test'
  t.libs << 'lib'
  t.test_files = FileList['test/**/*_test.rb']
  t.verbose = false
  t.warning = false
end

desc 'Run tests'
task default: :test

Version data entries

64 entries across 64 versions & 1 rubygems

Version Path
ndr_dev_support-5.2.0 Rakefile
ndr_dev_support-5.1.0 Rakefile
ndr_dev_support-5.0.1 Rakefile
ndr_dev_support-5.0.0 Rakefile
ndr_dev_support-4.2.1 Rakefile
ndr_dev_support-4.2.0 Rakefile
ndr_dev_support-4.1.3 Rakefile
ndr_dev_support-4.1.2 Rakefile
ndr_dev_support-4.1.1 Rakefile
ndr_dev_support-4.1.0 Rakefile
ndr_dev_support-4.0.0 Rakefile
ndr_dev_support-3.1.3 Rakefile
ndr_dev_support-3.1.2 Rakefile
ndr_dev_support-3.1.1 Rakefile
ndr_dev_support-3.1.0 Rakefile
ndr_dev_support-3.0.0 Rakefile
ndr_dev_support-2.1.2 Rakefile
ndr_dev_support-2.1.1 Rakefile
ndr_dev_support-2.0.2 Rakefile
ndr_dev_support-2.0.1 Rakefile