Method: Object#flunk
- Defined in:
- lib/mspec/helpers/flunk.rb
#flunk ⇒ Object
2 3 4 |
# File 'lib/mspec/helpers/flunk.rb', line 2 def flunk Expectation.fail_with "This example", "is a failure" end |
2 3 4 |
# File 'lib/mspec/helpers/flunk.rb', line 2 def flunk Expectation.fail_with "This example", "is a failure" end |