- 02 Sep, 2012 4 commits
-
-
Robert Speicher authored
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.
-
Robert Speicher authored
-
Robert Speicher authored
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, ...)
-
Robert Speicher authored
-
- 01 Sep, 2012 2 commits
- 31 Aug, 2012 2 commits
-
-
Dmitriy Zaporozhets authored
Issue status changed notifications
-
randx authored
-
- 30 Aug, 2012 13 commits
-
-
randx authored
-
randx authored
-
randx authored
-
randx authored
-
randx authored
-
randx authored
-
randx authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
nginx vhost standard
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Marvin Monge authored
-
- 29 Aug, 2012 19 commits
-
-
randx authored
-
randx authored
-
Dmitriy Zaporozhets authored
Fix milestone API specs
-
Dmitriy Zaporozhets authored
Increased model spec coverage
-
Robert Speicher authored
Closes #1331
-
Robert Speicher authored
-
Dmitriy Zaporozhets authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Alex Denisov authored
-
Alex Denisov authored
-
Alex Denisov authored
-
Alex Denisov authored
-
Alex Denisov authored
-
Dmitriy Zaporozhets authored
FactoryGirl and spec cleanup
-
Robert Speicher authored
-