Remove duplicate test
This commit is contained in:
parent
3f2782e22d
commit
80c7a80a46
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user