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 921ca9d commit 4f19f23Copy full SHA for 4f19f23
spec/bundler/commands/exec_spec.rb
@@ -658,7 +658,7 @@
658
gem "foo", :path => "#{lib_path("foo-1.0")}"
659
G
660
661
- bundle "exec syntax_suggest", raise_on_error: false
+ bundle "exec erb", raise_on_error: false
662
663
expect(err).to match("The gemspec at #{lib_path("foo-1.0").join("foo.gemspec")} is not valid")
664
expect(err).to match(/missing value for attribute rubygems_version|rubygems_version must not be nil/)
0 commit comments