Skip to content

Commit

Permalink
Fix broken link. Closes #580
Browse files Browse the repository at this point in the history
  • Loading branch information
justinko committed Mar 10, 2012
1 parent dbf1d64 commit 76cd682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -32,7 +32,7 @@ describe Order do
end
```

The `describe` method creates an [ExampleGroup](../RSpec/Core/ExampleGroup). Within the
The `describe` method creates an [ExampleGroup](http://rubydoc.info/gems/rspec-core/RSpec/Core/ExampleGroup). Within the
block passed to `describe` you can declare examples using the `it` method.

Under the hood, an example group is a class in which the block passed to
Expand Down

0 comments on commit 76cd682

Please sign in to comment.