OSDN Git Service

Minor grammar change
authorRobert Speicher <rspeicher@gmail.com>
Sat, 22 Sep 2012 21:06:19 +0000 (17:06 -0400)
committerRobert Speicher <rspeicher@gmail.com>
Sat, 22 Sep 2012 21:06:30 +0000 (17:06 -0400)
[ci skip]

app/views/events/_event_last_push.html.haml
features/steps/dashboard/dashboard.rb

index aa1d28f..81b9994 100644 (file)
@@ -2,7 +2,7 @@
   .event_lp
     %div
       = image_tag gravatar_icon(event.author_email), class: "avatar"
-      %span Your pushed to
+      %span You pushed to
       = event.ref_type
       = link_to project_commits_path(event.project, ref: event.ref_name) do
         %strong= truncate(event.ref_name, length: 28)
index 6c603bb..154b97e 100644 (file)
@@ -16,7 +16,7 @@ class Dashboard < Spinach::FeatureSteps
   end
 
   Then 'I should see last push widget' do
-    page.should have_content "Your pushed to branch new_design"
+    page.should have_content "You pushed to branch new_design"
     page.should have_link "Create Merge Request"
   end