Method: RSpec::TestSpec::ExampleGroup#Then
- Defined in:
- lib/test_spec/rspec/example_group.rb
#Then(message, options = {}, &block) ⇒ Object
28 29 30 |
# File 'lib/test_spec/rspec/example_group.rb', line 28 def Then(, = {}, &block) action :then, , , &block end |