Sha256: 517422a4aba9f7543e72be470d0525ec62ad6dae46fdf704b1dd6d5d9bb6d660

Contents?: true

Size: 429 Bytes

Versions: 21

Compression:

Stored size: 429 Bytes

Contents

# NOTE: run bin/format-filters after changing this file
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

21 entries across 21 versions & 1 rubygems

Version Path
opal-1.6.1 spec/filters/bugs/singleton.rb
opal-1.6.0 spec/filters/bugs/singleton.rb
opal-1.6.0.rc1 spec/filters/bugs/singleton.rb
opal-1.6.0.alpha1 spec/filters/bugs/singleton.rb
opal-1.5.1 spec/filters/bugs/singleton.rb
opal-1.5.0 spec/filters/bugs/singleton.rb
opal-1.5.0.rc1 spec/filters/bugs/singleton.rb
opal-1.4.1 spec/filters/bugs/singleton.rb
opal-1.4.0 spec/filters/bugs/singleton.rb
opal-1.4.0.alpha1 spec/filters/bugs/singleton.rb
opal-1.3.2 spec/filters/bugs/singleton.rb
opal-1.3.1 spec/filters/bugs/singleton.rb
opal-1.3.0 spec/filters/bugs/singleton.rb
opal-1.3.0.rc1 spec/filters/bugs/singleton.rb
opal-1.3.0.alpha1 spec/filters/bugs/singleton.rb
opal-1.2.0 spec/filters/bugs/singleton.rb
opal-1.2.0.beta1 spec/filters/bugs/singleton.rb
opal-1.1.1 spec/filters/bugs/singleton.rb
opal-1.1.1.rc1 spec/filters/bugs/singleton.rb
opal-1.1.0 spec/filters/bugs/singleton.rb