Skip to content

Commit

Permalink
cleanup docs
Browse files Browse the repository at this point in the history
  • Loading branch information
siuying committed Dec 22, 2012
1 parent b04bd9a commit 3fa0b54
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Expand Up @@ -6,8 +6,6 @@ Stubbing and mocking for RubyMotion. Based on Jeremy McAnally's [stump](https://

### Stubbing right on the object

Stubing method without parameters:

```ruby
MyClass.stub!(:thing, :return => "hey!") # => 'hey!'

Expand Down

0 comments on commit 3fa0b54

Please sign in to comment.