Commit 4775b62364025f349491d57da3c8478c04f8addf
Committed by
Paulo Meireles
1 parent
41a16022
Exists in
master
and in
23 other branches
[Mezuro] Fixing reading group feature commit.
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
plugins/mezuro/features/reading_group.feature
| @@ -10,13 +10,13 @@ Feature: Reading Group | @@ -10,13 +10,13 @@ Feature: Reading Group | ||
| 10 | And "Mezuro" plugin is enabled | 10 | And "Mezuro" plugin is enabled |
| 11 | 11 | ||
| 12 | Scenario: I see Mezuro reading group's input form | 12 | Scenario: I see Mezuro reading group's input form |
| 13 | + Given I am on joaosilva's control panel | ||
| 13 | When I follow "Mezuro reading group" | 14 | When I follow "Mezuro reading group" |
| 14 | Then I should see "Title" | 15 | Then I should see "Title" |
| 15 | And I should see "Description" | 16 | And I should see "Description" |
| 16 | 17 | ||
| 17 | - @selenium | ||
| 18 | Scenario: I create a Mezuro reading group with valid attributes | 18 | Scenario: I create a Mezuro reading group with valid attributes |
| 19 | - Given I am on joaosilva's control panel | 19 | + Given I am on joaosilva's control panel |
| 20 | When I create a Mezuro reading group with the following data | 20 | When I create a Mezuro reading group with the following data |
| 21 | | Title | Sample Reading Group | | 21 | | Title | Sample Reading Group | |
| 22 | | Description | Sample Description | | 22 | | Description | Sample Description | |
plugins/mezuro/views/content_viewer/show_reading_group.rhtml
| @@ -41,7 +41,7 @@ | @@ -41,7 +41,7 @@ | ||
| 41 | </table> | 41 | </table> |
| 42 | 42 | ||
| 43 | <br/> | 43 | <br/> |
| 44 | - <%= link_to "#{image_tag ('/plugins/mezuro/images/plus.png')}Add Reading", :controller => "mezuro_plugin_reading", | 44 | + <%= link_to "#{image_tag('/plugins/mezuro/images/plus.png')}Add Reading", :controller => "mezuro_plugin_reading", |
| 45 | :profile => @page.profile.identifier, | 45 | :profile => @page.profile.identifier, |
| 46 | :action => "new", | 46 | :action => "new", |
| 47 | :id => @page.id %><br/> | 47 | :id => @page.id %><br/> |