Skip to content

Commit

Permalink
Merge pull request rubygems#7714 from tompng/relax_readline_test
Browse files Browse the repository at this point in the history
Relax readline prompt test
  • Loading branch information
deivid-rodriguez authored Jun 4, 2024
2 parents 8434a2d + 1f6e028 commit 9fd1c6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bundler/spec/commands/info_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
G

bundle "info rac"
expect(out).to match(/\A1 : rack\n2 : rack-obama\n0 : - exit -(\n>.*)?\z/)
expect(out).to match(/\A1 : rack\n2 : rack-obama\n0 : - exit -(\n>|\z)/)
end
end

Expand Down
2 changes: 1 addition & 1 deletion bundler/spec/commands/show_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
G

bundle "show rac"
expect(out).to match(/\A1 : rack\n2 : rack-obama\n0 : - exit -(\n>.*)?\z/)
expect(out).to match(/\A1 : rack\n2 : rack-obama\n0 : - exit -(\n>|\z)/)
end
end

Expand Down

0 comments on commit 9fd1c6a

Please sign in to comment.