Commit Graph

44 Commits (927aaf12992b81a6f6a2d71c7c37716b4e510741)

Author SHA1 Message Date
Jens Ulferts 9a3b88f011 replace find_by_[attribute] 8 years ago
Jens Ulferts 46ae82c847 fix spec broken by caching 9 years ago
Alex Coles a66f166498 Normalise syntax with Rubocop 9 years ago
Alex Coles 22502bb008 Use 1.9+ Hash syntax 9 years ago
Alex Coles 822731526b Use #describe with String arg not symbol 10 years ago
Jens Ulferts 125c9694a5 fix spec broken by auto transformation 10 years ago
Alex Coles 82489fc5eb Convert specs to RSpec 2.99.0 syntax with Transpec 11 years ago
Alex Coles e58fb87517 Convert specs to RSpec 2.99.0 syntax with Transpec 11 years ago
Sebastian Schuster 601dbf6153 Updated copyright notice 11 years ago
Sebastian Schuster 4d5cd98244 Fixed copyright headers 11 years ago
Hagen Schink 28f5033d22 Adds copyright headers 11 years ago
Hagen Schink e093336c77 Prepares specs 11 years ago
Sebastian Schuster 3b64071583 Fixed Specs 11 years ago
Sebastian Schuster 29b0dac99f Renamed IssueStatus to Status 11 years ago
Jens Ulferts 13ae65ab9d replaces stub! with stub 11 years ago
Christian Ratz a142db861f more renaming IssueRelation 2 Relation 11 years ago
Christian Ratz 399cd58e18 renaming IssueRelation 2 Relation from core 11 years ago
Christian Ratz 650884ffde always use setting.stub in specs 11 years ago
Christian Ratz cb9cf48665 more issue 2 work_package renaming 11 years ago
Christian Ratz 762d3f63cc renamed tracker 2 type 11 years ago
Jens Ulferts 674c408a29 stub User.current to prevent side effects 11 years ago
Christian Rijke 7502e5b306 fix expectations for validation errors 12 years ago
Christian Rijke 9e2c662697 use new syntax to disable caching during tests 12 years ago
Christian Rijke 337a8155c8 use new factory girl syntax in specs 12 years ago
Sebastian Schuster e1f7993456 Renamed the plugin settings name into openproject_backlogs 12 years ago
Gregor Schmidt 81392aec69 Switch to using string keys for settings 13 years ago
Gregor Schmidt 791e27951b Disabling setting caching within tests 13 years ago
Gregor Schmidt 67142e40bf Clearing cache to make sure, that setting changes are working 13 years ago
Gregor Schmidt abf0be171c Remove Redmine from names, where possible, replace with ChiliProject in other cases 13 years ago
Gregor Schmidt 6352decab4 using return value instead of changed attribute 13 years ago
Gregor Schmidt f7c755f17c changing error message scope definition in specs 14 years ago
Jens Ulferts 9d87bd473d calling tracker method from within acts_as_list scope 14 years ago
Jens Ulferts 867873e7a7 #3178: providing a non existent issue id as blocked by impediment does fail smoothly 14 years ago
Jens Ulferts e619bfb20b #3178: using blocks_ids instead of blocks in impediment management, hence removing overhead 14 years ago
Jens Ulferts 2ef65cc407 #3178: removing create_with_relationship from impediment class - method is inherited from task. Signature of create_with_relationship looses user.id - User.current is always the author 14 years ago
Jens Ulferts a21e3b5a68 #3178: including permissions for create_ and update_with_relationship 14 years ago
Jens Ulferts bf3430004d #3178: blocks_ids will be ids of issues with which a blocking relation is defined until new ids are provided 14 years ago
Jens Ulferts f664e85503 #3178: impediment spec blocks_ids 14 years ago
Jens Ulferts f389dfd978 #3178: impediment specs for update_with_relationships 14 years ago
Jens Ulferts a4a04ebe01 #3178: impediment spec 14 years ago
Jens Ulferts 5512c6f758 #3178: impediment spec 14 years ago
Jens Ulferts 04160038f3 #3178: spec for Impediment.create_with_relationship with an issue of same version 14 years ago
Jens Ulferts 4553103818 splitting up tasks and impediments, impediments remain a subclass of taks but a lot of methods are overwritten. Also refactored method of creating blocking relationship. 14 years ago