Sha256: 01c0eab8e158cfc689c07aa6fe660db944c43b19a9961e3e4f12454057b4e8c3

Contents?: true

Size: 713 Bytes

Versions: 20

Compression:

Stored size: 713 Bytes

Contents

opal_filter "method_added" do
  fails "BasicObject#singleton_method_undefined is called when a method is removed on self"
  fails "BasicObject#singleton_method_undefined is a private method"
  fails "BasicObject#singleton_method_removed is called when a method is removed on self"
  fails "BasicObject#singleton_method_removed is a private method"
  fails "BasicObject#singleton_method_added is called when define_method is used in the singleton class"
  fails "BasicObject#singleton_method_added is called when a method is defined in the singleton class"
  fails "BasicObject#singleton_method_added is called when a method is defined on self"
  fails "BasicObject#singleton_method_added is a private method"
end

Version data entries

20 entries across 20 versions & 2 rubygems

Version Path
opal-0.8.1 spec/filters/unsupported/method_added.rb
opal-0.8.1.rc1 spec/filters/unsupported/method_added.rb
opal-0.8.0 spec/filters/unsupported/method_added.rb
opal-0.8.0.rc3 spec/filters/unsupported/method_added.rb
opal-0.8.0.rc2 spec/filters/unsupported/method_added.rb
opal-0.8.0.rc1 spec/filters/unsupported/method_added.rb
opal-0.8.0.beta1 spec/filters/unsupported/method_added.rb
opal-0.7.2 spec/filters/unsupported/method_added.rb
opal-0.7.1 spec/filters/unsupported/method_added.rb
opal-0.7.0 spec/filters/unsupported/method_added.rb
opal-0.7.0.rc1 spec/filters/unsupported/method_added.rb
opal-0.7.0.beta3 spec/filters/unsupported/method_added.rb
opal-0.6.3 spec/filters/unsupported/method_added.rb
opal-0.7.0.beta2 spec/filters/unsupported/method_added.rb
opal-cj-0.7.0.beta2 spec/filters/unsupported/method_added.rb
opal-cj-0.7.0.beta1 spec/filters/unsupported/method_added.rb
opal-0.7.0.beta1 spec/filters/unsupported/method_added.rb
opal-0.6.2 spec/filters/unsupported/method_added.rb
opal-0.6.1 spec/filters/unsupported/method_added.rb
opal-0.6.0 spec/opal/filters/unsupported/method_added.rb