summaryrefslogtreecommitdiff
path: root/features/steps/project/public.rb
diff options
context:
space:
mode:
Diffstat (limited to 'features/steps/project/public.rb')
-rw-r--r--features/steps/project/public.rb9
1 files changed, 9 insertions, 0 deletions
diff --git a/features/steps/project/public.rb b/features/steps/project/public.rb
new file mode 100644
index 00000000000..7063e7d56ae
--- /dev/null
+++ b/features/steps/project/public.rb
@@ -0,0 +1,9 @@
+class PublicProjects < Spinach::FeatureSteps
+ include SharedAuthentication
+ include SharedProject
+ include SharedPaths
+
+ Then 'I should see the list of public projects' do
+ page.should have_content "Public Projects"
+ end
+end