From 4377e7b6ace85af7510646fdc386b7328f24924c Mon Sep 17 00:00:00 2001 From: Christoph Hartmann Date: Thu, 28 Jan 2016 17:54:32 +0100 Subject: [PATCH] remove unit test for solaris2, since this is solaris now --- test/unit/extras/os_common_test.rb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/test/unit/extras/os_common_test.rb b/test/unit/extras/os_common_test.rb index 83ef23f6..0b16dc13 100644 --- a/test/unit/extras/os_common_test.rb +++ b/test/unit/extras/os_common_test.rb @@ -243,13 +243,6 @@ def mock_platform(x) it { os.unix?.must_equal(true) } end - describe 'with platform set to solaris2' do - let(:os) { mock_platform('solaris2') } - it { os.solaris?.must_equal(true) } - it { os.linux?.must_equal(false) } - it { os.unix?.must_equal(true) } - end - describe 'with platform set to nexentacore' do let(:os) { mock_platform('nexentacore') } it { os.solaris?.must_equal(true) }