Skip to content
Snippets Groups Projects
Commit 60c7d355 authored by Robert Speicher's avatar Robert Speicher
Browse files

Remove jasmine:ci task, execute teaspoon directly on CI

parent 9f166a86
No related branches found
No related tags found
No related merge requests found
Loading
@@ -45,9 +45,9 @@ spinach:other:
Loading
@@ -45,9 +45,9 @@ spinach:other:
- ruby - ruby
- mysql - mysql
   
jasmine:ci: teaspoon:
script: script:
- RAILS_ENV=test SIMPLECOV=true bundle exec rake jasmine:ci - RAILS_ENV=test bundle exec teaspoon
tags: tags:
- ruby - ruby
- mysql - mysql
Loading
Loading
# 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment