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

Version Path
vanity-1.5.3 test/playground_test.rb
vanity-1.5.2 test/playground_test.rb
tupalo-vanity-1.5.1 test/playground_test.rb
yacc-vanity-1.5.1 test/playground_test.rb
vanity-1.5.1 test/playground_test.rb
vanity-1.5.0 test/playground_test.rb
vanity-1.5.0.beta test/playground_test.rb
vanity-1.4.0 test/playground_test.rb
vanity-1.4.0.beta test/playground_test.rb
vanity-1.3.0 test/playground_test.rb
mikeg-vanity-1.3.0 test/playground_test.rb
vanity-1.2.0 test/playground_test.rb
vanity-1.1.1 test/playground_test.rb
vanity-1.1.0 test/playground_test.rb