Skip to content

Commit

Permalink
changelog for #2302
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Jul 28, 2016
1 parent aec4852 commit eac94a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Enhancements:
special. (Myron Marston, #2294)
* Improve `rspec -v` so that it prints out the versions of each part of
RSpec to prevent confusion. (Myron Marston, #2304)
* Add `--fail-no-examples` causing RSpec to fail if no matching examples
are found. (Ewa Czechowska, #2302)

Bug Fixes:

Expand Down

3 comments on commit eac94a6

@xmik
Copy link
Contributor

@xmik xmik commented on eac94a6 Jul 28, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually there is no --fail-no-examples CLI option, but there is fail_if_no_examples settable as:

RSpec.configure { |c| c.fail_if_no_examples = true }

@myronmarston
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks :). I updated it.

@JonRowe
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you both :)

Please sign in to comment.