summaryrefslogtreecommitdiff
path: root/spec/bundler/commands/exec_spec.rb
diff options
context:
space:
mode:
-rw-r--r--spec/bundler/commands/exec_spec.rb3
1 files changed, 2 insertions, 1 deletions
@@ -674,6 +674,7 @@ RSpec.describe "bundle exec" do
s.version = '1.0'
s.summary = 'TODO: Add summary'
s.authors = 'Me'
end
G
end
@@ -686,7 +687,7 @@ RSpec.describe "bundle exec" do
bundle "exec irb", raise_on_error: false
expect(err).to match("The gemspec at #{lib_path("foo-1.0").join("foo.gemspec")} is not valid")
- expect(err).to match('"TODO" is not a summary')
end
end