mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-09 04:36:11 +10:00
Remove jasmine:ci task, execute teaspoon directly on CI
This commit is contained in:
+2
-2
@@ -45,9 +45,9 @@ spinach:other:
|
||||
- ruby
|
||||
- mysql
|
||||
|
||||
jasmine:ci:
|
||||
teaspoon:
|
||||
script:
|
||||
- RAILS_ENV=test SIMPLECOV=true bundle exec rake jasmine:ci
|
||||
- RAILS_ENV=test bundle exec teaspoon
|
||||
tags:
|
||||
- ruby
|
||||
- mysql
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user