mirror of
https://github.com/meineerde/redmine.git
synced 2026-02-01 03:57:15 +00:00
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
This commit is contained in:
parent
41c64d1266
commit
4eda45bfa6
@ -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…
x
Reference in New Issue
Block a user