We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aa8d8c commit 8c0420aCopy full SHA for 8c0420a
bundler/spec/commands/info_spec.rb
@@ -215,7 +215,7 @@
215
G
216
217
bundle "info rac"
218
- 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/)
219
end
220
221
bundler/spec/commands/show_spec.rb
@@ -173,7 +173,7 @@
173
174
175
bundle "show rac"
176
177
178
179
0 commit comments