Skip to content

Commit

Permalink
[ruby/irb] Try using a different file name
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun authored and matzbot committed Nov 20, 2022
1 parent f472516 commit fa2e0cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/irb/test_cmd.rb
Expand Up @@ -617,7 +617,7 @@ def test_edit_with_path

def test_edit_with_non_existing_path
out, err = execute_lines(
"edit foo.rb"
"edit test_cmd_non_existing_path.rb"
)

assert_empty err
Expand Down

0 comments on commit fa2e0cc

Please sign in to comment.