Sha256: 5279337daf5a7958dd4eda62ea1b5cfbb082d62ebe26bf89809698e5348c864f
Contents?: true
Size: 204 Bytes
Versions: 14
Compression:
Stored size: 204 Bytes
Contents
require "test/test_helper" class PlaygroundTest < Test::Unit::TestCase def test_has_one_global_instance assert instance = Vanity.playground assert_equal instance, Vanity.playground end end
Version data entries
14 entries across 14 versions & 4 rubygems