Skip to content

Commit

Permalink
Merge pull request #43786 from rmacklin/fix-typo-in-PathnameExistence…
Browse files Browse the repository at this point in the history
…Test

Fix test name in `PathnameExistenceTest`
  • Loading branch information
kamipo authored and rafaelfranca committed Dec 7, 2021
1 parent 7c90ccb commit 2f520de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activesupport/test/core_ext/pathname/existence_test.rb
Expand Up @@ -4,7 +4,7 @@
require "active_support/core_ext/pathname/existence"

class PathnameExistenceTest < ActiveSupport::TestCase
def test_presence
def test_existence
existing = Pathname.new(__FILE__)
not_existing = Pathname.new("not existing")
assert_equal existing, existing.existence
Expand Down

0 comments on commit 2f520de

Please sign in to comment.