Sha256: 5d91cd54a107d07d610a90863d9fccfc6f205675af1c868f07744edafdf4508c
Contents?: true
Size: 242 Bytes
Versions: 3
Compression:
Stored size: 242 Bytes
Contents
require 'test/unit' # require 'active_support/inflector' require 'quantified' class Test::Unit::TestCase EPSILON = 0.00001 def assert_in_epsilon(expected, actual, msg = nil) assert_in_delta expected, actual, EPSILON, msg end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
quantified-1.1.0 | test/test_helper.rb |
quantified-1.0.1 | test/test_helper.rb |
quantified-1.0.0 | test/test_helper.rb |