Skip to content

Commit

Permalink
fix invariants example
Browse files Browse the repository at this point in the history
stack depth == 0 w/ no contents
  • Loading branch information
djbender committed Aug 13, 2014
1 parent ec25686 commit d579344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -223,7 +223,7 @@ Rspec-given also introduced the notion of "Invariants". An `Invariant` lets you
Then -> @stack.depth == 0
describe "With no contents", ->
Then -> @stack.depth == 2
Then -> @stack.depth == 0
…etc…
Expand Down

0 comments on commit d579344

Please sign in to comment.