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.6.1 Rakefile
health-data-standards-3.5.3 Rakefile
health-data-standards-3.5.2 Rakefile
health-data-standards-3.5.1 Rakefile
health-data-standards-3.5.0 Rakefile
health-data-standards-3.4.6 Rakefile
health-data-standards-3.4.5 Rakefile
health-data-standards-3.4.4 Rakefile
health-data-standards-3.4.3 Rakefile
health-data-standards-3.4.2 Rakefile
health-data-standards-3.4.1 Rakefile
health-data-standards-3.4.0 Rakefile
health-data-standards-3.2.12 Rakefile
health-data-standards-3.3.0 Rakefile
health-data-standards-3.2.11 Rakefile
health-data-standards-3.2.10 Rakefile
health-data-standards-3.2.8 Rakefile
health-data-standards-3.2.7 Rakefile
health-data-standards-3.2.6 Rakefile
health-data-standards-3.2.5 Rakefile