Sha256: 6dc4556de72eca935da07e4e311e80ce6461da867d1eab931eef3ee4db35c735

Contents?: true

Size: 373 Bytes

Versions: 1

Compression:

Stored size: 373 Bytes

Contents

opal_filter "Singleton" do
  fails "Singleton._load returns the singleton instance for anything passed in to subclass"
  fails "Singleton._load returns the singleton instance for anything passed in"
  fails "Singleton.instance returns an instance of the singleton's clone"
  fails "Singleton.instance returns the same instance for multiple class to instance on clones"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
opal-wedge-0.9.0.dev spec/filters/bugs/singleton.rb