classProjectWiki<Spinach::FeatureStepsincludeSharedAuthenticationincludeSharedProjectincludeSharedNoteincludeSharedPathsGiven'I create Wiki page'dofill_in"Title",:with=>'Test title'fill_in"Content",:with=>'[link test](test)'click_on"Save"endThen'I should see newly created wiki page'dopage.shouldhave_content"Test title"page.shouldhave_content"link test"click_link"link test"page.shouldhave_content"Editing page"endend