summaryrefslogtreecommitdiff
path: root/lib/tasks/jasmine.rake
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tasks/jasmine.rake')
-rw-r--r--lib/tasks/jasmine.rake12
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/tasks/jasmine.rake b/lib/tasks/jasmine.rake
deleted file mode 100644
index ac307a9e929..00000000000
--- a/lib/tasks/jasmine.rake
+++ /dev/null
@@ -1,12 +0,0 @@
-# Since we no longer explicitly require the 'jasmine' gem, we lost the
-# `jasmine:ci` task used by GitLab CI jobs.
-#
-# This provides a simple alias to run the `spec:javascript` task from the
-# 'jasmine-rails' gem.
-task jasmine: ['jasmine:ci']
-
-namespace :jasmine do
- task :ci do
- Rake::Task['teaspoon'].invoke
- end
-end