gitlabhq/features/steps/project/project_browse_tags.rb

11 lines
256 B
Ruby
Raw Normal View History

2012-09-10 17:35:03 +02:00
class ProjectBrowseTags < Spinach::FeatureSteps
include SharedAuthentication
include SharedProject
include SharedPaths
Then 'I should see "Shop" all tags list' do
page.should have_content "Tags"
page.should have_content "v1.2.1"
end
end