Use teaspoon instead of jasmine:ci
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
a6a0792e9d
commit
18ef9befc0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue