Sha256: c178fd49069bd888db8e8a9522d0935594c552bc6b468b02a322ddf7a17e2782
Contents?: true
Size: 318 Bytes
Versions: 17
Compression:
Stored size: 318 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_spidermonkey_version assert_not_nil(Johnson::SpiderMonkey::VERSION) end end end
Version data entries
17 entries across 17 versions & 2 rubygems