From 4775b62364025f349491d57da3c8478c04f8addf Mon Sep 17 00:00:00 2001 From: Alessandro Palmeira + Daniel Alves Date: Mon, 18 Feb 2013 15:56:31 -0300 Subject: [PATCH] [Mezuro] Fixing reading group feature commit. --- plugins/mezuro/features/reading_group.feature | 4 ++-- plugins/mezuro/views/content_viewer/show_reading_group.rhtml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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