features/step_definitions/keyboard_steps.rb in briar-0.1.2 vs features/step_definitions/keyboard_steps.rb in briar-0.1.3.b1

- old
+ new

@@ -1,6 +1,5 @@ - Then /^I should see the keyboard$/ do should_see_keyboard end Then /^I should not see the keyboard$/ do @@ -18,14 +17,14 @@ should_not_see_keyboard end Then /^I touch the delete key$/ do - keyboard_enter_char 'Delete' + briar_keyboard_send_backspace end Then(/^I turn off spell checking and capitalization$/) do - pending('deprecated 0.1.1 - not working') + deprecated('0.1.1', 'not working', :pending) #should_see_keyboard #turn_autocapitalization_off #turn_autocorrect_off #turn_spell_correct_off end