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

Commits on Nov 25, 2014

  1. fix GH-1980 rspec file

    k77ch7 committed Nov 25, 2014
    Copy the full SHA
    6d497bd View commit details
  2. Merge pull request #2242 from k77ch7/fix_GH-1980_rspec_file

    Fix GH-1980 rspec file
    enebo committed Nov 25, 2014
    Copy the full SHA
    b953211 View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 ...980_multiple_nonlocal_returns_in_flight.rb → GH-1980_multiple_nonlocal_returns_in_flight_spec.rb}
Original file line number Diff line number Diff line change
@@ -11,6 +11,6 @@ def o.foo
baz
end

expect(foo).to eq(10)
expect(o.foo).to eq(10)
end
end