Skip to content

Commit

Permalink
Fix ppid spec test for Linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
djberg96 committed Jun 21, 2022
1 parent a0495d4 commit ed1ea08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/sys_proctable_linux_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
end

it 'contains a ppid member and returns the expected value' do
expect(@subject).to respond_to(:state)
expect(@subject.state).to be_kind_of(String)
expect(@subject).to respond_to(:ppid)
expect(@subject.ppid).to be_kind_of(Integer)
end

it 'contains a pgrp member and returns the expected value' do
Expand Down

0 comments on commit ed1ea08

Please sign in to comment.