From 7c45fb7a39ef663ecddba406d7b1dfec0435a61e Mon Sep 17 00:00:00 2001 From: "Ryan T. Hosford" Date: Tue, 2 Jul 2013 15:59:27 -0500 Subject: Fixes regular expression in new quality spec - Fixes inconsistencies revealed by repairing regex --- spec/update/gems_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spec/update') diff --git a/spec/update/gems_spec.rb b/spec/update/gems_spec.rb index 1f03407b..26a367d0 100644 --- a/spec/update/gems_spec.rb +++ b/spec/update/gems_spec.rb @@ -34,12 +34,12 @@ describe "bundle update" do end describe "--quiet argument" do - it 'shows UI messages without --quiet argument' do + it "shows UI messages without --quiet argument" do bundle "update" expect(out).to include("Fetching source") end - it 'does not show UI messages with --quiet argument' do + it "does not show UI messages with --quiet argument" do bundle "update --quiet" expect(out).not_to include("Fetching source") end -- cgit v1.2.3