Skip to content

Commit

Permalink
Add Code Climate badge
Browse files Browse the repository at this point in the history
  • Loading branch information
brynary committed May 25, 2012
1 parent 9793323 commit 99fb8ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# RSpec Expectations
# RSpec Expectations [![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/rspec/rspec-expectations)

RSpec::Expectations lets you express expected outcomes on an object in an
example.
Expand Down Expand Up @@ -62,7 +62,7 @@ actual.should eql(expected) # passes if actual.eql?(expected)
actual.should be(expected) # passes if actual.equal?(expected)
actual.should equal(expected) # passes if actual.equal?(expected)
```

### Comparisons

```ruby
Expand Down

0 comments on commit 99fb8ce

Please sign in to comment.