Sha256: 180e113480c9d3cc989a4e0b03c1d4e0c0a9a6c2730ad6653ee008043951cc0b

Contents?: true

Size: 228 Bytes

Versions: 37

Compression:

Stored size: 228 Bytes

Contents

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

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

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

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
ndr_support-5.6.1 Rakefile
ndr_support-5.6.0 Rakefile
ndr_support-5.5.1 Rakefile
ndr_support-5.5.0 Rakefile
ndr_support-5.4.2 Rakefile
ndr_support-5.4.1 Rakefile
ndr_support-5.3.2 Rakefile
ndr_support-5.3.1 Rakefile
ndr_support-5.3.0 Rakefile
ndr_support-5.2.0 Rakefile
ndr_support-5.1.0 Rakefile
ndr_support-4.2.0 Rakefile
ndr_support-5.0.0 Rakefile
ndr_support-4.1.2 Rakefile
ndr_support-4.1.1 Rakefile
ndr_support-4.0.1 Rakefile
ndr_support-4.0.0 Rakefile