Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
 - `When I press "C-g"` is handled specially by espuds
  • Loading branch information
magnars committed Aug 8, 2012
1 parent b446fd5 commit 7c30733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/expand-region.feature
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ Feature: Expand Region
And I go to point "6" And I go to point "6"
And I press "C-@" And I press "C-@"
And I press "C-@" And I press "C-@"
And I press "C-g" And I quit
Then the region should not be active Then the region should not be active
And cursor should be at point "6" And cursor should be at point "6"


Expand Down

0 comments on commit 7c30733

Please sign in to comment.