From 8f08fbfd9f768b885c631bdc8bc8ad202c6827a0 Mon Sep 17 00:00:00 2001 From: Andrew8xx8 Date: Mon, 25 Mar 2013 02:17:38 +0400 Subject: Tests for personal snippets added --- features/steps/shared/paths.rb | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'features/steps/shared/paths.rb') diff --git a/features/steps/shared/paths.rb b/features/steps/shared/paths.rb index 42004df426e..08da0908384 100644 --- a/features/steps/shared/paths.rb +++ b/features/steps/shared/paths.rb @@ -267,6 +267,14 @@ module SharedPaths visit project_snippets_path(project) end + Given 'I visit snippets page' do + visit snippets_path + end + + Given 'I visit new snippet page' do + visit new_snippet_path + end + def root_ref @project.repository.root_ref end -- cgit v1.2.1