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)