Sha256: 286f9171f07b2de7eb46171bb9c1b8db497bf1f69b78f80c8e71107a9b60da1a

Contents?: true

Size: 373 Bytes

Versions: 23

Compression:

Stored size: 373 Bytes

Contents

opal_filter "Singleton" do
  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"
  fails "Singleton._load returns the singleton instance for anything passed in to subclass"
  fails "Singleton._load returns the singleton instance for anything passed in"
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
opal-0.9.0.rc1 spec/filters/bugs/singleton.rb
opal-0.9.0.beta2 spec/filters/bugs/singleton.rb
opal-0.9.0.beta1 spec/filters/bugs/singleton.rb