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: jruby/jruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cb407c630ad9
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d0a0c2d39f8d
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 28, 2014

  1. fix GH-1960 rspec file

    k77ch7 committed Nov 28, 2014
    Copy the full SHA
    2ac47d8 View commit details

Commits on Dec 1, 2014

  1. Copy the full SHA
    d0a0c2d View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 ...nlocal_return_in_define_method_block.rb → GH-1960_nonlocal_return_in_define_method_block_spec.rb}
Original file line number Diff line number Diff line change
@@ -8,6 +8,6 @@ class C

describe 'NonLocalReturn' do
it 'inside a block of a define_method block body returns normally' do
C.new.foo.should_be :foo
C.new.foo.should be(:foo)
end
end