02 Sep, 2012
6 commits
-
GFM spec redesign
-
Should now be much clearer about what each spec is actually testing. For example, instead of testing stuff like link classes and titles in every single call, we only test those things once, in their own specs.
-
Instead of doing this: link_to(commit.id, project_commit_path(project, id: commit.id)) Note.create(noteable_id: commit.id, noteable_type: "Commit", ...) It lets us do this: link_to(commit.id, project_commit_path(project, commit)) Note.create(noteable: commit, ...)
01 Sep, 2012
2 commits
31 Aug, 2012
2 commits
-
Issue status changed notifications
30 Aug, 2012
12 commits
-
nginx vhost standard
29 Aug, 2012
18 commits
-
Fix milestone API specs
-
Increased model spec coverage
-
Closes #1331