Module: RSpec::Method::Its
- Defined in:
- lib/rspec/method/its.rb,
sig/rspec/method/its.rbs
Overview
Adds the its_result to RSpec method example groups.
Included by default.
Instance Method Summary collapse
Instance Method Details
#its_result(*args) ⇒ void
This method returns an undefined value.
8 |
# File 'lib/rspec/method/its.rb', line 8 def its_result(*args, &) = its(args, &) |