summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorrandx <dmitriy.zaporozhets@gmail.com>2012-06-21 18:41:22 +0300
committerrandx <dmitriy.zaporozhets@gmail.com>2012-06-21 18:41:22 +0300
commit77cf662034a7187fe7e223e6d16b664b7b525d25 (patch)
tree4b00a9a94bfad3cd1a4b21456215997e7569ee8c /spec
parented247b3893b8af5bfc266ebc03cc029ca31c800f (diff)
downloadgitlab-ce-77cf662034a7187fe7e223e6d16b664b7b525d25.tar.gz
Pushed widget improved
Diffstat (limited to 'spec')
-rw-r--r--spec/requests/last_push_widget_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/requests/last_push_widget_spec.rb b/spec/requests/last_push_widget_spec.rb
index 55ef3f0ac5e..0baa20c6e94 100644
--- a/spec/requests/last_push_widget_spec.rb
+++ b/spec/requests/last_push_widget_spec.rb
@@ -11,7 +11,7 @@ describe "Last Push widget" do
end
it "should display last push widget with link to merge request page" 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