You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Aruba::Processes::InProcess FakeKernel#exit does not translate false to 1, which results in Then(/^the exit status should( not)? be (\d+)$/) from lib/aruba/cucumber/command.rb to fail with has exit status of "1", but has "false"
ruby -e 'exit false'
echo $?
1
so FakeKernel needs a fix ... I can do the PR if that sounds right.
The text was updated successfully, but these errors were encountered:
When using Aruba::Processes::InProcess FakeKernel#exit does not translate false to 1, which results in
Then(/^the exit status should( not)? be (\d+)$/)
fromlib/aruba/cucumber/command.rb
to fail withhas exit status of "1", but has "false"
so FakeKernel needs a fix ... I can do the PR if that sounds right.
The text was updated successfully, but these errors were encountered: