Commit 9f8d50e9 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

gitlab:test rake task now includes jasmine and db setup

parent fb71426c
namespace :gitlab do
desc "GITLAB | Run both spinach and rspec"
task test: ['spinach', 'spec']
desc "GITLAB | Run all tests"
task :test do
Rails.env = "test"
Rake::Task["db:setup"].invoke
Rake::Task["db:seed_fu"].invoke
Rake::Task["spinach"].invoke
Rake::Task["spec"].invoke
Rake::Task["jasmince:ci"].invoke
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment