Sha256: d05d4491585940092f3cd948cac2f90b3fe726a93b5ceff48a9a7567839232cc
Contents?: true
Size: 176 Bytes
Versions: 4
Compression:
Stored size: 176 Bytes
Contents
require 'minitest/autorun' require 'minitest/colorize' class ElementTestCase < MiniTest::Unit::TestCase def element @element ||= Class.new(Chemistry::Element) end end
Version data entries
4 entries across 4 versions & 2 rubygems
Version | Path |
---|---|
chemistry-temperature-1.0.1 | test/test_helper.rb |
chemistry-temperature-1.0.0 | test/test_helper.rb |
chemistry-0.0.3 | test/test_helper.rb |
chemistry-0.0.2 | test/test_helper.rb |