Pushed widget improved

This commit is contained in:
randx 2012-06-21 18:41:22 +03:00
parent ed247b3893
commit 77cf662034
7 changed files with 22 additions and 16 deletions

View file

@ -42,7 +42,7 @@ Given /^project "(.*?)" has push event$/ do |arg1|
end
Then /^I should see last push widget$/ do
page.should have_content "Your last push was to branch new_design"
page.should have_content "Your pushed to branch new_design"
page.should have_link "Create Merge Request"
end