Skip to content

Commit

Permalink
remove unit test for solaris2, since this is solaris now
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock committed Jan 28, 2016
1 parent 9403914 commit 4377e7b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/unit/extras/os_common_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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) }
Expand Down

0 comments on commit 4377e7b

Please sign in to comment.