Skip to content
Snippets Groups Projects
Commit 9f8d50e9 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

gitlab:test rake task now includes jasmine and db setup

parent fb71426c
No related branches found
No related tags found
No related merge requests found
namespace :gitlab do namespace :gitlab do
desc "GITLAB | Run both spinach and rspec" desc "GITLAB | Run all tests"
task test: ['spinach', 'spec'] 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 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