summaryrefslogtreecommitdiff
path: root/spec/requests
diff options
context:
space:
mode:
Diffstat (limited to 'spec/requests')
-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