Fix tags spinach test

This commit is contained in:
Dmitriy Zaporozhets
2014-07-31 15:51:17 +03:00
parent f4845d6b7c
commit 830eaa7f4e
+1 -1
View File
@@ -5,6 +5,6 @@ class ProjectBrowseTags < Spinach::FeatureSteps
Then 'I should see "Shop" all tags list' do
page.should have_content "Tags"
page.should have_content "v1.2.1"
page.should have_content "v1.0.0"
end
end