Module: DaVinciPDexTestKit::UserInputResponse::ClassMethods
- Defined in:
- lib/davinci_pdex_test_kit/user_input_response.rb
Instance Method Summary collapse
Instance Method Details
#respond_with(key) ⇒ Object
27 28 29 |
# File 'lib/davinci_pdex_test_kit/user_input_response.rb', line 27 def respond_with(key) config options: { respond_with: key } end |