From bca528a57c9276c0cd815d67fed4a72c514d53a2 Mon Sep 17 00:00:00 2001 From: Hiroyuki Sato Date: Wed, 9 Apr 2014 14:14:16 +0900 Subject: Better title format for wiki page The title format for wiki page may be unintelligible. For example 'GitLab' is converted to 'Git Lab', 'MySQL' is converted to 'My Sql', etc. --- features/steps/project/wiki.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'features/steps/project/wiki.rb') diff --git a/features/steps/project/wiki.rb b/features/steps/project/wiki.rb index 65e7d094f2d..a819ee37d7f 100644 --- a/features/steps/project/wiki.rb +++ b/features/steps/project/wiki.rb @@ -83,7 +83,7 @@ class Spinach::Features::ProjectWiki < Spinach::FeatureSteps Then 'I should see the existing page in the pages list' do page.should have_content current_user.name - page.should have_content @page.title.titleize + page.should have_content @page.title end def wiki -- cgit v1.2.1