Sha256: f98a3b95b1e31cae2f1e7f8df10e441e6526de941cdddcb1bccf818b457d1fcc

Contents?: true

Size: 374 Bytes

Versions: 6

Compression:

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
opal-0.8.1 spec/filters/bugs/singleton.rb
opal-0.8.1.rc1 spec/filters/bugs/singleton.rb
opal-0.8.0 spec/filters/bugs/singleton.rb
opal-0.8.0.rc3 spec/filters/bugs/singleton.rb
opal-0.8.0.rc2 spec/filters/bugs/singleton.rb
opal-0.8.0.rc1 spec/filters/bugs/singleton.rb