##// END OF EJS Templates
Merged r10137 from trunk to 1.4-stable (#10320, #10818)...
Toshi MARUYAMA -
r9956:a82a16378f0b
parent child
Show More
@@ -71,6 +71,8 end
71 71
72 72 group :test do
73 73 gem "shoulda", "~> 2.10.3"
74 # Shoulda does not work nice on Ruby 1.9.3 and seems to need test-unit explicitely.
75 gem "test-unit", :platforms => [:mri_19]
74 76 gem "edavis10-object_daddy", :require => "object_daddy"
75 77 gem "mocha"
76 78 end
@@ -6,6 +6,7 http://www.redmine.org/
6 6
7 7 == TBD v1.4.5
8 8
9 * Defect #10818: Running rake in test environment causes exception
9 10 * Defect #11192: Make repository identifier accept underscores
10 11 * Defect #11307: Can't filter for negative numeric custom fields
11 12 * Defect #11365: Attachment description length is not validated
General Comments 0
You need to be logged in to leave comments. Login now