diff options
| author | Chris Ledet | 2011-09-08 20:03:23 -0400 | 
|---|---|---|
| committer | Jack Nagel | 2011-09-08 21:29:51 -0500 | 
| commit | f1cd284f1298943424859fd3ec804c50c2d35116 (patch) | |
| tree | 63087ff9dfe54696e38055764502a94fe28cb9cd /Library/Homebrew/test/test_hardware.rb | |
| parent | 2183372f655d44c77fb177e254ea0e054c729330 (diff) | |
| download | brew-f1cd284f1298943424859fd3ec804c50c2d35116.tar.bz2 | |
Add :sandybridge to hardware_family test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Homebrew/test/test_hardware.rb')
| -rw-r--r-- | Library/Homebrew/test/test_hardware.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_hardware.rb b/Library/Homebrew/test/test_hardware.rb index a753d0cf8..fc3b1df35 100644 --- a/Library/Homebrew/test/test_hardware.rb +++ b/Library/Homebrew/test/test_hardware.rb @@ -15,7 +15,7 @@ class HardwareTests < Test::Unit::TestCase    def test_hardware_intel_family      if Hardware.cpu_type == :intel -      assert [:core, :core2, :penryn, :nehalem].include?(Hardware.intel_family) +      assert [:core, :core2, :penryn, :nehalem, :sandybridge].include?(Hardware.intel_family)      end    end  end
\ No newline at end of file  | 
