@@ -71,6 +71,8 end | |||||
71 |
|
71 | |||
72 | group :test do |
|
72 | group :test do | |
73 | gem "shoulda", "~> 2.10.3" |
|
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 | gem "edavis10-object_daddy", :require => "object_daddy" |
|
76 | gem "edavis10-object_daddy", :require => "object_daddy" | |
75 | gem "mocha" |
|
77 | gem "mocha" | |
76 | end |
|
78 | end |
@@ -6,6 +6,7 http://www.redmine.org/ | |||||
6 |
|
6 | |||
7 | == TBD v1.4.5 |
|
7 | == TBD v1.4.5 | |
8 |
|
8 | |||
|
9 | * Defect #10818: Running rake in test environment causes exception | |||
9 | * Defect #11192: Make repository identifier accept underscores |
|
10 | * Defect #11192: Make repository identifier accept underscores | |
10 | * Defect #11307: Can't filter for negative numeric custom fields |
|
11 | * Defect #11307: Can't filter for negative numeric custom fields | |
11 | * Defect #11365: Attachment description length is not validated |
|
12 | * Defect #11365: Attachment description length is not validated |
General Comments 0
You need to be logged in to leave comments.
Login now