Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
dsl_spec.rb - fix for Ruby core
Browse files Browse the repository at this point in the history
  • Loading branch information
MSP-Greg committed Jul 16, 2019
1 parent 36ce7cc commit 33892e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/bundler/dsl_spec.rb
Expand Up @@ -271,7 +271,7 @@
it "will raise a Bundler::GemfileError" do
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./)
to raise_error(Bundler::GemfileError, /There was an error parsing `Gemfile`:( compile error -)? unknown regexp options - trg.+ Bundler cannot continue./)
end
end

Expand Down

0 comments on commit 33892e1

Please sign in to comment.