Remove duplicate test

This commit is contained in:
Jack Nagel 2013-10-31 14:49:20 -05:00
parent 3f2782e22d
commit 80c7a80a46

View File

@ -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)