Smaller fixes
This commit is contained in:
parent
8c604c9d31
commit
74e48f070f
|
@ -39,6 +39,6 @@
|
||||||
|
|
||||||
.js-notify-commit-author
|
.js-notify-commit-author
|
||||||
= label_tag :notify_author do
|
= label_tag :notify_author do
|
||||||
= check_box_tag :notify_author, 1 , !@note.for_commit?
|
= check_box_tag :notify_author, 1 , @note.for_commit?
|
||||||
Commit author
|
Commit author
|
||||||
.clearfix
|
.clearfix
|
||||||
|
|
|
@ -73,8 +73,8 @@ FactoryGirl.define do
|
||||||
|
|
||||||
# pick 3 commits "at random" (from bcf03b5d~3 to bcf03b5d)
|
# pick 3 commits "at random" (from bcf03b5d~3 to bcf03b5d)
|
||||||
trait :with_diffs do
|
trait :with_diffs do
|
||||||
target_branch "bcf03b5d~3"
|
target_branch "master" # pretend bcf03b5d~3
|
||||||
source_branch "bcf03b5d"
|
source_branch "stable" # pretend bcf03b5d
|
||||||
st_commits do
|
st_commits do
|
||||||
[Commit.new(project.repo.commit('bcf03b5d')),
|
[Commit.new(project.repo.commit('bcf03b5d')),
|
||||||
Commit.new(project.repo.commit('bcf03b5d~1')),
|
Commit.new(project.repo.commit('bcf03b5d~1')),
|
||||||
|
|
Loading…
Reference in a new issue