git-svn-id: https://dev.finn.de/svn/cockpit/trunk@1227 7926756e-e54e-46e6-9721-ed318f58905epull/6827/head
parent
4c0a63b51c
commit
127632bc2d
@ -0,0 +1,33 @@ |
||||
|
||||
require 'yaml' |
||||
|
||||
namespace :redmine_costs do |
||||
include DevHelper |
||||
|
||||
def config |
||||
YAML.load_file File.expand_path(File.join(__FILE__, '..', 'cruise.yml')) |
||||
end |
||||
|
||||
desc 'Run unit tests for redmine_costs' |
||||
task :'cruise:unit' do |
||||
run_unit_tests('redmine_costs') |
||||
end |
||||
|
||||
desc 'Run integration tests for redmine_costs' |
||||
task :'cruise:integration' do |
||||
run_integration_tests('redmine_costs') |
||||
end |
||||
|
||||
desc 'Run cruise task for redmine_costs' |
||||
task :cruise do |
||||
run_cruise_task('redmine_costs') |
||||
end |
||||
|
||||
task :'cruise:unit:internal' do |
||||
unit_tests('redmine_picockpit_privacy') |
||||
end |
||||
|
||||
task :'cruise:integration:internal' do |
||||
integration_tests('redmine_picockpit_privacy') |
||||
end |
||||
end |
@ -0,0 +1,10 @@ |
||||
|
||||
--- |
||||
:unit_tests: |
||||
:required_plugins: |
||||
- dev_tools |
||||
- redmine_cucumber |
||||
:tasks: |
||||
- spec:plugins:redmine_costs |
||||
:integration_sets: |
||||
|
Loading…
Reference in new issue