10 Aug, 2012
1 commit
-
Didn't bother with files in db/, config/, or features/
09 Aug, 2012
1 commit
-
Also adds specs to the two affected classes that would have caught my dumb mistake.
08 Aug, 2012
2 commits
-
Any associations, validations, delegates, scopes and methods that were exactly the same in both Issue and MergeRequest models have been moved to a new IssueCommonality module (role) that gets included by each class. There was actually quite a bit of duplication, because MergeRequests are basically just specialized Issues.