summaryrefslogtreecommitdiff
path: root/spec/javascripts/fixtures/dashboard.rb
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2017-09-20 16:34:12 +0200
committerTim Zallmann <tzallmann@gitlab.com>2017-09-20 20:00:32 +0200
commit2e08a13fffbae2d063cd1a4bb8cc071ef4b403a7 (patch)
tree9d0d1747544c26f5760ff5c752577adc3cc20f40 /spec/javascripts/fixtures/dashboard.rb
parentdce15f24628c77536b614de340dee6ec504aad01 (diff)
downloadgitlab-ce-2e08a13fffbae2d063cd1a4bb8cc071ef4b403a7.tar.gz
Fixture Creation removed
Diffstat (limited to 'spec/javascripts/fixtures/dashboard.rb')
-rw-r--r--spec/javascripts/fixtures/dashboard.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/spec/javascripts/fixtures/dashboard.rb b/spec/javascripts/fixtures/dashboard.rb
index 7fa351680c9..43332a81512 100644
--- a/spec/javascripts/fixtures/dashboard.rb
+++ b/spec/javascripts/fixtures/dashboard.rb
@@ -21,11 +21,6 @@ describe Dashboard::ProjectsController, '(JavaScript fixtures)', type: :controll
remove_repository(project)
end
- it 'dashboard/user-callout.html.raw' do |example|
- rendered = render_template('shared/_user_callout')
- store_frontend_fixture(rendered, example.description)
- end
-
private
def render_template(template_file_name)