Skip to content

Commit 4f19f23

Browse files
committed
Use erb for simple executable example
1 parent 921ca9d commit 4f19f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/bundler/commands/exec_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@
658658
gem "foo", :path => "#{lib_path("foo-1.0")}"
659659
G
660660

661-
bundle "exec syntax_suggest", raise_on_error: false
661+
bundle "exec erb", raise_on_error: false
662662

663663
expect(err).to match("The gemspec at #{lib_path("foo-1.0").join("foo.gemspec")} is not valid")
664664
expect(err).to match(/missing value for attribute rubygems_version|rubygems_version must not be nil/)

0 commit comments

Comments
 (0)