t.warning = false in description of plugins tests in ./lib/tasks/redmine.rake:
desc 'Runs the plugins integration tests.'
Rake::TestTask.new :integration => "db:test:prepare" do |t|
t.libs << "test"
t.verbose = true
t.warning = false
t.pattern = "plugins/#{ENV['NAME'] || '*'}/test/integration/**/*_test.rb"
end
RAILS_ENV=test rake redmine:plugins:test NAME=issue_recurring
master branch if there were:
$ git tag -a 1.1 $ git push origin 1.1