Skip to content

Conversation

@pronix
Copy link

@pronix pronix commented Sep 12, 2016

before patch error is

     (compared using ==)

     ✖  expected "" to match /Product created/
     Diff:
     @@ -1,2 +1,2 @@
     -/Product created/
     +""

     ✖  
     expected: 0
          got: 65

with patch

     (compared using ==)
       Command /usr/bin/testcommand --options exit_status should eq 0
     ✖  expected "" to match /Product created/
     Diff:
     @@ -1,2 +1,2 @@
     -/Product created/
     +""
       Command /usr/bin/testcommand --options
     ✖  
     expected: 0
          got: 65

before patch error is
```
     (compared using ==)
     
     ✖  expected "" to match /Product created/
     Diff:
     @@ -1,2 +1,2 @@
     -/Product created/
     +""
     
     ✖  
     expected: 0
          got: 65

```

with patch
```
     (compared using ==)
       Command /usr/bin/testcommand --options exit_status should eq 0
     ✖  expected "" to match /Product created/
     Diff:
     @@ -1,2 +1,2 @@
     -/Product created/
     +""
       Command /usr/bin/testcommand --options
     ✖  
     expected: 0
          got: 65
```
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.

2 participants