##// END OF EJS Templates
Do not change settings in tests....
Jean-Philippe Lang -
r8106:31f2e848b56b
parent child
Show More
@@ -962,6 +962,10 class IssueTest < ActiveSupport::TestCase
962 962 @issue_status2.update_attribute(:default_done_ratio, 0)
963 963 end
964 964
965 teardown do
966 Setting.issue_done_ratio = 'issue_field'
967 end
968
965 969 context "with Setting.issue_done_ratio using the issue_field" do
966 970 setup do
967 971 Setting.issue_done_ratio = 'issue_field'
General Comments 0
You need to be logged in to leave comments. Login now