Sha256: 4e983b4ed4e6ad9ea31f8824876c69a7e9669f181e32b81ebbe3fc3da4e715a9
Contents?: true
Size: 306 Bytes
Versions: 10
Compression:
Stored size: 306 Bytes
Contents
require File.expand_path(File.join(File.dirname(__FILE__), "helper")) module Johnson class VersionTest < Johnson::TestCase def test_has_a_version assert_not_nil(Johnson.version) end def test_has_a_runtime_version assert_not_nil(Johnson::Runtime.new.version) end end end
Version data entries
10 entries across 10 versions & 4 rubygems