瀏覽代碼

add plugins ui tests rake task (#21361)

Patch by Maria Tikhonova.

git-svn-id: http://svn.redmine.org/redmine/trunk@14891 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/3.2.0
Toshi MARUYAMA 8 年之前
父節點
當前提交
4eda45bfa6
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7
    0
      lib/tasks/redmine.rake

+ 7
- 0
lib/tasks/redmine.rake 查看文件

@@ -171,6 +171,13 @@ DESC
t.verbose = true
t.pattern = "plugins/#{ENV['NAME'] || '*'}/test/integration/**/*_test.rb"
end

desc 'Runs the plugins ui tests.'
Rake::TestTask.new :ui => "db:test:prepare" do |t|
t.libs << "test"
t.verbose = true
t.pattern = "plugins/#{ENV['NAME'] || '*'}/test/ui/**/*_test.rb"
end
end
end
end

Loading…
取消
儲存