Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/views/dashboard/projects/index.html.haml_spec.rb')
-rw-r--r--spec/views/dashboard/projects/index.html.haml_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/views/dashboard/projects/index.html.haml_spec.rb b/spec/views/dashboard/projects/index.html.haml_spec.rb
index 08e88e4bdcf..8e051b821c6 100644
--- a/spec/views/dashboard/projects/index.html.haml_spec.rb
+++ b/spec/views/dashboard/projects/index.html.haml_spec.rb
@@ -9,7 +9,6 @@ RSpec.describe 'dashboard/projects/index.html.haml' do
allow(view).to receive(:limited_counter_with_delimiter)
allow(view).to receive(:current_user).and_return(user)
allow(view).to receive(:time_ago_with_tooltip)
- allow(view).to receive(:project_icon)
assign(:projects, [build(:project, name: 'awesome stuff')])
end