t.warning = false
in description of plugins tests: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
$ rake redmine:plugins:test NAME=issue_recurring
master
branch if there were:
$ git tag -a 1.1 $ git push origin 1.1