This commit is contained in:
Rico Sta. Cruz 2016-09-26 17:57:06 +08:00
parent e61d3dfc57
commit 51b0212eb1
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ category: Ruby
```rb
target.should eq 1
target.should_not eq 1
expect(target).to eq 1
expect(target).not_to eq 1
```