diff options
author | Joachim Filip Ignacy Bartosik <jbartosik@gmail.com> | 2010-07-20 13:59:47 +0200 |
---|---|---|
committer | Joachim Filip Ignacy Bartosik <jbartosik@gmail.com> | 2010-07-27 23:02:44 +0200 |
commit | 6a0085c4a46f3dd53d397e4161821f896be2cd0b (patch) | |
tree | 315fe82c5e6dba4a34042eb7b8b0720369f54706 /features | |
parent | Typo answers/edit.dryml (diff) | |
download | recruiting-webapp-6a0085c4a46f3dd53d397e4161821f896be2cd0b.tar.gz recruiting-webapp-6a0085c4a46f3dd53d397e4161821f896be2cd0b.tar.bz2 recruiting-webapp-6a0085c4a46f3dd53d397e4161821f896be2cd0b.zip |
Clean comments view (and slightly change it)
Now comments show name of user who made a comment.
Diffstat (limited to 'features')
-rw-r--r-- | features/commenting.feature | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/features/commenting.feature b/features/commenting.feature index 578ed63..287dafe 100644 --- a/features/commenting.feature +++ b/features/commenting.feature @@ -25,4 +25,5 @@ Feature: Mentor comments for recruit answers Given a comment "example comment" of "mentor" for answer of "recruit" for question "example question" And I am logged in as "recruit" And I am on answer of "recruit" for question "example question" page - Then I should see "example comment" + Then I should see "mentor:" + And I should see "example comment" |