Finally got the tests running. :-)

This commit is contained in:
Magnar Sveen
2012-07-18 15:32:56 +02:00
parent de0519e0f0
commit eda9952fc0
5 changed files with 50 additions and 15 deletions

View File

@@ -17,8 +17,9 @@ Feature: Mark multiple integration
When I insert "This text contains the word text twice"
And I select "text"
And I press "C->"
And I press "C-g"
And I type "'"
And I switch to multiple-cursors mode
And I type "("
And I press "M-f"
And I type "'"
Then I should see "This 'text' contains the word 'text' twice"
And I press "M-f"
And I type ")"
Then I should see "This (text contains) the word (text twice)"