diff --git a/plugins/mezuro/features/reading_group.feature b/plugins/mezuro/features/reading_group.feature
index 626edbd..da7f86a 100644
--- a/plugins/mezuro/features/reading_group.feature
+++ b/plugins/mezuro/features/reading_group.feature
@@ -10,13 +10,13 @@ Feature: Reading Group
And "Mezuro" plugin is enabled
Scenario: I see Mezuro reading group's input form
+ Given I am on joaosilva's control panel
When I follow "Mezuro reading group"
Then I should see "Title"
And I should see "Description"
- @selenium
Scenario: I create a Mezuro reading group with valid attributes
- Given I am on joaosilva's control panel
+ Given I am on joaosilva's control panel
When I create a Mezuro reading group with the following data
| Title | Sample Reading Group |
| Description | Sample Description |
diff --git a/plugins/mezuro/views/content_viewer/show_reading_group.rhtml b/plugins/mezuro/views/content_viewer/show_reading_group.rhtml
index 5b09416..6743e55 100644
--- a/plugins/mezuro/views/content_viewer/show_reading_group.rhtml
+++ b/plugins/mezuro/views/content_viewer/show_reading_group.rhtml
@@ -41,7 +41,7 @@
- <%= link_to "#{image_tag ('/plugins/mezuro/images/plus.png')}Add Reading", :controller => "mezuro_plugin_reading",
+ <%= link_to "#{image_tag('/plugins/mezuro/images/plus.png')}Add Reading", :controller => "mezuro_plugin_reading",
:profile => @page.profile.identifier,
:action => "new",
:id => @page.id %>
--
libgit2 0.21.2