Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphael Sofaer <raphael@joindiaspora.com>2011-07-11 03:51:29 +0400
committerRaphael Sofaer <raphael@joindiaspora.com>2011-07-11 07:06:31 +0400
commit97ca10dddaac9b956b7b6d8ff99dc7148c6ca40d (patch)
tree695133775f0c9625b980dea79f0a1fb0922e7bdb /features
parent6a165c0e3d414d39469bef2a80ab7b77bf3b2256 (diff)
Huge commit I know, but move show and destroy routes into PostsController and PostsController#show into PublicsController
Diffstat (limited to 'features')
-rw-r--r--features/comments.feature1
1 files changed, 0 insertions, 1 deletions
diff --git a/features/comments.feature b/features/comments.feature
index 1f4f39780..3d1709a84 100644
--- a/features/comments.feature
+++ b/features/comments.feature
@@ -73,7 +73,6 @@ Feature: commenting
When I follow "less than a minute ago"
Then I should see "Look at this dog"
When I open the comment box
- And I focus the comment field
And I fill in "text" with "I think thats a cat"
And I press "Comment"
And I wait for the ajax to finish