Skip to content

Commit

Permalink
Fix title for nil check in Process::Status#termsig
Browse files Browse the repository at this point in the history
  • Loading branch information
herwinw committed Jan 1, 2024
1 parent 18b9174 commit 44d4c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/process/status/termsig_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
ruby_exe("exit(0)")
end

it "returns true" do
it "returns nil" do
$?.termsig.should be_nil
end
end
Expand Down

0 comments on commit 44d4c2c

Please sign in to comment.