Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: opal/opal
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7c8d4d5ac177
Choose a base ref
...
head repository: opal/opal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 664f47ec7ac0
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Jul 15, 2015

  1. Update to latest RubySpec

    vais committed Jul 15, 2015
    Copy the full SHA
    bf17014 View commit details
  2. Merge pull request #1010 from vais/rubyspec

    Update to latest RubySpec
    elia committed Jul 15, 2015
    Copy the full SHA
    664f47e View commit details
Showing with 3 additions and 1 deletion.
  1. +2 −0 spec/filters/bugs/module.rb
  2. +1 −1 spec/rubyspec
2 changes: 2 additions & 0 deletions spec/filters/bugs/module.rb
Original file line number Diff line number Diff line change
@@ -193,6 +193,7 @@
fails "Module#module_function with specific method names raises a TypeError when the given names can't be converted to string using to_str"
fails "Module#module_function with specific method names tries to convert the given names to strings using to_str"
fails "Module#prepend accepts no-arguments"
fails "Module#prepend adds the module in the subclass chains"
fails "Module#prepend allows wrapping methods"
fails "Module#prepend also prepends included modules"
fails "Module#prepend calls #prepend_features(self) in reversed order on each module"
@@ -225,6 +226,7 @@
fails "Module#prepend_features on Class raises a TypeError if calling after rebinded to Class"
fails "Module#prepend_features raises an ArgumentError on a cyclic prepend"
fails "Module#prepended is a private method"
fails "Module#prepended is invoked when self is prepended to another module or class"
fails "Module#private is a private method"
fails "Module#private makes a public Object instance method private in Kernel"
fails "Module#private makes a public Object instance method private in a new module"
2 changes: 1 addition & 1 deletion spec/rubyspec