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

Commits on Mar 17, 2015

  1. Squashed 'spec/ruby/' changes from 0c3c64b..63695c3

    63695c3 Fix name in the describe block of File.exists?.
    c4c8e46 Fix name in the describe block of Dir.exists?.
    
    git-subtree-dir: spec/ruby
    git-subtree-split: 63695c3d2f4387beb9b5186c1a8c260fb637ce07
    eregon committed Mar 17, 2015
    Copy the full SHA
    0b1d0bc View commit details
  2. Copy the full SHA
    07d7f57 View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 spec/ruby/core/file/exists_spec.rb
2 changes: 1 addition & 1 deletion spec/ruby/core/file/exists_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../../../shared/file/exist', __FILE__)

describe "File.exist?" do
describe "File.exists?" do
it_behaves_like(:file_exist, :exists?, File)
end