Skip to content

Commit

Permalink
Adds missing closing bracket to eunit instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
sedrik committed Oct 17, 2013
1 parent a7b78e1 commit e197801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -137,7 +137,7 @@ so normally PropEr output is not visible when `proper:quickcheck()` is
invoked from EUnit. You can work around this by passing the option
`{to_file, user}` to `proper:quickcheck/2`. For example:

?assertEqual(true, proper:quickcheck(your_mod:some_prop(), [{to_file, user}]).
?assertEqual(true, proper:quickcheck(your_mod:some_prop(), [{to_file, user}])).

This will make PropEr properties visible also when invoked from EUnit.

Expand Down

0 comments on commit e197801

Please sign in to comment.