classAdminGroups<Spinach::FeatureStepsincludeSharedAuthenticationincludeSharedPathsincludeSharedActiveTabWhen'I click new group link'doclick_link"New Group"endAnd'submit form with new group info'dofill_in'group_name',:with=>'gitlab'
endThen'I should see newly created group'dopage.shouldhave_content"Group: gitlab"endThen'I should be redirected to group page'docurrent_path.should==admin_group_path(Group.last)endend