mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-16 16:16:43 +10:00
Merge pull request #9430 from gitlabhq/fix-rake-test-ci
Use teaspoon instead of jasmine:ci
This commit is contained in:
+1
-1
@@ -9,5 +9,5 @@ unless Rails.env.production?
|
||||
require 'coveralls/rake/task'
|
||||
Coveralls::RakeTask.new
|
||||
desc "GitLab | Run all tests on CI with simplecov"
|
||||
task :test_ci => [:rubocop, :brakeman, 'jasmine:ci', :spinach, :spec, 'coveralls:push']
|
||||
task :test_ci => [:rubocop, :brakeman, 'teaspoon', :spinach, :spec, 'coveralls:push']
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user