diff options
Diffstat (limited to 'Library/Homebrew/test/cmd/outdated_spec.rb')
| -rw-r--r-- | Library/Homebrew/test/cmd/outdated_spec.rb | 8 | 
1 files changed, 2 insertions, 6 deletions
diff --git a/Library/Homebrew/test/cmd/outdated_spec.rb b/Library/Homebrew/test/cmd/outdated_spec.rb index 65cce27c3..8b4c01e53 100644 --- a/Library/Homebrew/test/cmd/outdated_spec.rb +++ b/Library/Homebrew/test/cmd/outdated_spec.rb @@ -28,9 +28,7 @@ describe "brew outdated", :integration_test do        setup_test_formula "testball"        (HOMEBREW_CELLAR/"testball/0.0.1/foo").mkpath -      shutup do -        expect { brew "pin", "testball" }.to be_a_success -      end +      expect { brew "pin", "testball" }.to be_a_success        expect { brew "outdated", "--verbose" }          .to output("testball (0.0.1) < 0.1 [pinned at 0.0.1]\n").to_stdout @@ -44,9 +42,7 @@ describe "brew outdated", :integration_test do        setup_test_formula "testball"        (HOMEBREW_CELLAR/"testball/0.0.1/foo").mkpath -      shutup do -        expect { brew "pin", "testball" }.to be_a_success -      end +      expect { brew "pin", "testball" }.to be_a_success        expected_json = [          {  | 
