Sha256: f1c0295da42cb392c1fb6cd91642a674c4dd6327918e89ea9a59c383d742b2ba
Contents?: true
Size: 278 Bytes
Versions: 1
Compression:
Stored size: 278 Bytes
Contents
require 'test/unit' require './framingham' class DiabetesTests < Test::Unit::TestCase include Framingham::Diabetes def yellow _ "\e[1;7;41;33mFailed:\e[1;3;40m " + _ + " \e[0m" end def test_normal assert_equal 0.004001804744896386, eval, (yellow "Normal test") end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
framingham-0.1.20130719170918 | framingham/tests/diabetes_tests.rb |