Minor grammar change
[ci skip]
This commit is contained in:
parent
4afb7b7cb7
commit
ad3eefdcb8
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
.event_lp
|
.event_lp
|
||||||
%div
|
%div
|
||||||
= image_tag gravatar_icon(event.author_email), class: "avatar"
|
= image_tag gravatar_icon(event.author_email), class: "avatar"
|
||||||
%span Your pushed to
|
%span You pushed to
|
||||||
= event.ref_type
|
= event.ref_type
|
||||||
= link_to project_commits_path(event.project, ref: event.ref_name) do
|
= link_to project_commits_path(event.project, ref: event.ref_name) do
|
||||||
%strong= truncate(event.ref_name, length: 28)
|
%strong= truncate(event.ref_name, length: 28)
|
||||||
|
|
|
@ -16,7 +16,7 @@ class Dashboard < Spinach::FeatureSteps
|
||||||
end
|
end
|
||||||
|
|
||||||
Then 'I should see last push widget' do
|
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"
|
page.should have_link "Create Merge Request"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue