mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-12 06:06:05 +10:00
10 lines
233 B
Ruby
10 lines
233 B
Ruby
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
|