Fix few test and notify for commit author

This commit is contained in:
Dmitriy Zaporozhets 2013-01-15 13:37:20 +02:00
parent 6ddacaf9bf
commit 211c06e419
3 changed files with 4 additions and 2 deletions

View file

@ -14,6 +14,6 @@ class ProjectBrowseGitRepo < Spinach::FeatureSteps
Then 'I should see git file blame' do
page.should have_content "rubygems.org"
page.should have_content "Dmitriy Zaporozhets"
page.should have_content "bc3735004cb Moving to rails 3.2"
page.should have_content "Moving to rails 3.2"
end
end