Skip to content

Commit

Permalink
Merge pull request #1682 from bgeuken/update_rspec_readme
Browse files Browse the repository at this point in the history
[doc] Update rspec readme
  • Loading branch information
mdeniz committed Apr 5, 2016
2 parents 4332f59 + 74a7423 commit 3d518ea
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/api/spec/README.md
Expand Up @@ -70,14 +70,7 @@ file path of the new one to every test covered.

### Untested methods
When you work on the test suite and you notice a method or part of a feature that
is not tested please either add a test for it or at least add a skipped test case
like this

```ruby
describe "some method/feature" do
skip
end
```
is not tested please add a test for it.

## Better Specs
As a set of "rules" to follow in our specs we use [BetterSpecs.org](http://betterspecs.org/).
Expand Down

0 comments on commit 3d518ea

Please sign in to comment.