aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/descriptions_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/test/descriptions_test.rb')
-rw-r--r--Library/Homebrew/test/descriptions_test.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Homebrew/test/descriptions_test.rb b/Library/Homebrew/test/descriptions_test.rb
index de38fdbd1..baeeb7b19 100644
--- a/Library/Homebrew/test/descriptions_test.rb
+++ b/Library/Homebrew/test/descriptions_test.rb
@@ -3,6 +3,8 @@ require "descriptions"
class DescriptionsTest < Homebrew::TestCase
def setup
+ super
+
@descriptions_hash = {}
@descriptions = Descriptions.new(@descriptions_hash)
@@ -12,6 +14,7 @@ class DescriptionsTest < Homebrew::TestCase
def teardown
$stdout = @old_stdout
+ super
end
def test_single_core_formula