Sha256: f9d6aba225c2e18a48034c58df1e3dd7362691eaf68e9cf6cd509665e0f69fb8

Contents?: true

Size: 404 Bytes

Versions: 5

Compression:

Stored size: 404 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" # NoMethodError: undefined method `_load' for SingletonSpecs::MyClassChild
  fails "Singleton._load returns the singleton instance for anything passed in" # NoMethodError: undefined method `_load' for SingletonSpecs::MyClass
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
opal-1.8.3.rc1 spec/filters/bugs/singleton.rb
opal-1.8.2 spec/filters/bugs/singleton.rb
opal-1.8.1 spec/filters/bugs/singleton.rb
opal-1.8.0 spec/filters/bugs/singleton.rb
opal-1.8.0.beta1 spec/filters/bugs/singleton.rb