From 80c7a80a46a75b85fddb5429ca073b0210e4b389 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 31 Oct 2013 14:49:20 -0500 Subject: [PATCH] Remove duplicate test --- Library/Homebrew/test/test_bottle_tag.rb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Library/Homebrew/test/test_bottle_tag.rb b/Library/Homebrew/test/test_bottle_tag.rb index f78be8f34d..88dce085f8 100644 --- a/Library/Homebrew/test/test_bottle_tag.rb +++ b/Library/Homebrew/test/test_bottle_tag.rb @@ -48,13 +48,6 @@ class BottleTagTests < Test::Unit::TestCase assert_equal :leopard_g5_64, bottle_tag end - def test_tag_leopard_intel - MacOS.stubs(:version).returns(MacOS::Version.new("10.5")) - Hardware::CPU.stubs(:type).returns(:intel) - MacOS.stubs(:prefer_64_bit?).returns(false) - assert_equal :leopard, bottle_tag - end - def test_tag_leopard_intel_64 MacOS.stubs(:version).returns(MacOS::Version.new("10.5")) Hardware::CPU.stubs(:type).returns(:intel)