Commit 4775b62364025f349491d57da3c8478c04f8addf
Committed by
Paulo Meireles
1 parent
41a16022
Exists in
master
and in
29 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 | 10 | And "Mezuro" plugin is enabled |
11 | 11 | |
12 | 12 | Scenario: I see Mezuro reading group's input form |
13 | + Given I am on joaosilva's control panel | |
13 | 14 | When I follow "Mezuro reading group" |
14 | 15 | Then I should see "Title" |
15 | 16 | And I should see "Description" |
16 | 17 | |
17 | - @selenium | |
18 | 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 | 20 | When I create a Mezuro reading group with the following data |
21 | 21 | | Title | Sample Reading Group | |
22 | 22 | | Description | Sample Description | | ... | ... |
plugins/mezuro/views/content_viewer/show_reading_group.rhtml
... | ... | @@ -41,7 +41,7 @@ |
41 | 41 | </table> |
42 | 42 | |
43 | 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 | 45 | :profile => @page.profile.identifier, |
46 | 46 | :action => "new", |
47 | 47 | :id => @page.id %><br/> | ... | ... |