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.10.4 Rakefile
ndr_support-5.10.3 Rakefile
ndr_support-5.10.2 Rakefile
ndr_support-5.10.1 Rakefile
ndr_support-5.10.0 Rakefile
ndr_support-5.9.7 Rakefile
ndr_support-5.9.6 Rakefile
ndr_support-5.9.5 Rakefile
ndr_support-5.9.4 Rakefile
ndr_support-5.9.3 Rakefile
ndr_support-5.9.2 Rakefile
ndr_support-5.9.1 Rakefile
ndr_support-5.9.0 Rakefile
ndr_support-5.8.4 Rakefile
ndr_support-5.8.3 Rakefile
ndr_support-5.8.2 Rakefile
ndr_support-5.8.1 Rakefile
ndr_support-5.8.0 Rakefile
ndr_support-5.7.1 Rakefile
ndr_support-5.7.0 Rakefile