Skip to content

Insert an inspect on the exit status#13

Merged
elisuh merged 14 commits intothoughtbot:masterfrom
briankung:patch-1
Feb 16, 2023
Merged

Insert an inspect on the exit status#13
elisuh merged 14 commits intothoughtbot:masterfrom
briankung:patch-1

Conversation

@briankung
Copy link
Contributor

For #12. This would be helpful to confirm that we are getting a nil exit status. Thanks!

@briankung briankung mentioned this pull request Sep 6, 2019
rocket-turtle and others added 14 commits August 9, 2022 09:14
This conversion is done by Transpec 3.4.0 with the following command:
    transpec

* 52 conversions
    from: obj.should
      to: expect(obj).to

* 33 conversions
    from: == expected
      to: eq(expected)

* 3 conversions
    from: obj.should_not
      to: expect(obj).not_to

* 2 conversions
    from: lambda { }.should
      to: expect { }.to

* 2 conversions
    from: lambda { }.should_not
      to: expect { }.not_to

* 1 conversion
    from: =~ /pattern/
      to: match(/pattern/)

For more details: https://github.com/yujinakayama/transpec#supported-conversions
Remove posix runner and unsupported posix-spawn gem
remove unused dependency 'bourne' and change 'mocha' to rspec-mocks
For thoughtbot#12. This would be helpful to confirm that we are getting a `nil` exit status. Thanks!
@elisuh elisuh merged commit a15c8e1 into thoughtbot:master Feb 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants