diff --git a/rspec.md b/rspec.md index 6c8b29793..beda8ed3c 100644 --- a/rspec.md +++ b/rspec.md @@ -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 ```