gitlabhq/features/steps/project/project_browse_tags.rb
2012-09-10 08:35:03 -07:00

11 lines
256 B
Ruby

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