diff --git a/gem/lib/frank-cucumber/keyboard_helper.rb b/gem/lib/frank-cucumber/keyboard_helper.rb index c43edc40..520b9343 100644 --- a/gem/lib/frank-cucumber/keyboard_helper.rb +++ b/gem/lib/frank-cucumber/keyboard_helper.rb @@ -6,7 +6,7 @@ def type_into_keyboard(text_to_type) text_to_type = text_to_type+"\n" unless text_to_type.end_with?("\n") res = frank_server.send_post( 'type_into_keyboard', - :text_to_type => text_to_type, + :text_to_type => text_to_type ) Frank::Cucumber::Gateway.evaluate_frankly_response( res, "typing the following into the keyboard '#{text_to_type}'" ) end