mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Skip Bundler's test made fail by r67226
Possible fix would be https://github.com/bundler/bundler/pull/7038, but Ruby script ending with `^~~` could be wrongly stripped by that? git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67257 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3db2041f87
commit
4d6e202977
1 changed files with 1 additions and 0 deletions
|
@ -272,6 +272,7 @@ RSpec.describe Bundler::Dsl do
|
|||
|
||||
describe "syntax errors" do
|
||||
it "will raise a Bundler::GemfileError" do
|
||||
skip "this is failing with ruby 2.7 after r67226. consider merging https://github.com/bundler/bundler/pull/7038 or fixing this test."
|
||||
gemfile "gem 'foo', :path => /unquoted/string/syntax/error"
|
||||
expect { Bundler::Dsl.evaluate(bundled_app("Gemfile"), nil, true) }.
|
||||
to raise_error(Bundler::GemfileError, /There was an error parsing `Gemfile`:( compile error -)? unknown regexp options - trg. Bundler cannot continue./)
|
||||
|
|
Loading…
Add table
Reference in a new issue