Sha256: e35bdc2d6f846523b9909d3f28a5103f9f44a943e2a0d84d470a25a75979f4f3

Contents?: true

Size: 302 Bytes

Versions: 25

Compression:

Stored size: 302 Bytes

Contents

require 'rake/testtask'
require 'cane/rake_task'
require "simplecov"

import 'lib/tasks/hqmf.rake'

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



task :test => [:test_unit] do

  system("open coverage/index.html")
end

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
health-data-standards-3.2.4 Rakefile
health-data-standards-3.2.3 Rakefile
health-data-standards-3.2.2 Rakefile
health-data-standards-3.2.1 Rakefile
health-data-standards-3.2.0 Rakefile