Sha256: f5a0b06ee5411de02d3c72e471838bab95aa6066bc27c68768a87c4d41c63877
Contents?: true
Size: 504 Bytes
Versions: 10
Compression:
Stored size: 504 Bytes
Contents
require 'bundler/gem_tasks' require 'rake/testtask' Rake::TestTask.new do |t| t.libs << 'test' t.test_files = FileList[ 'test/readers/mdJson/tc*.rb', 'test/readers/sbJson/tc*.rb', 'test/readers/fgdc/tc*.rb', 'test/writers/iso19115-2/tc*.rb', 'test/writers/iso19110/tc*.rb', 'test/writers/mdJson/tc*.rb', 'test/writers/sbJson/tc*.rb', 'test/writers/html/tc*.rb', 'test/writers/fgdc/tc*.rb', 'test/translator/tc*.rb' ] t.verbose = true end desc 'Run tests' task :default => :test
Version data entries
10 entries across 10 versions & 1 rubygems