diff --git a/features/steps/project/project_markdown_render.rb b/features/steps/project/project_markdown_render.rb index 95d73c9..da044e4 100644 --- a/features/steps/project/project_markdown_render.rb +++ b/features/steps/project/project_markdown_render.rb @@ -124,7 +124,7 @@ class Spinach::Features::ProjectMarkdownRender < Spinach::FeatureSteps Then 'I see new wiki page named test' do current_path.should == project_wiki_path(@project, "test") - page.should have_content "Editing page" + page.should have_content "Editing" end When 'I go back to wiki page home' do diff --git a/features/steps/project/project_wiki.rb b/features/steps/project/project_wiki.rb index 7aba412..6146599 100644 --- a/features/steps/project/project_wiki.rb +++ b/features/steps/project/project_wiki.rb @@ -25,7 +25,7 @@ class ProjectWiki < Spinach::FeatureSteps page.should have_content "link test" click_link "link test" - page.should have_content "Editing page" + page.should have_content "Editing" end Given 'I have an existing Wiki page' do -- libgit2 0.21.2