Skip to content
Snippets Groups Projects
Commit 74e48f07 authored by Riyad Preukschas's avatar Riyad Preukschas
Browse files

Smaller fixes

parent 8c604c9d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -39,6 +39,6 @@
 
.js-notify-commit-author
= 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
.clearfix
Loading
Loading
@@ -73,8 +73,8 @@ FactoryGirl.define do
 
# pick 3 commits "at random" (from bcf03b5d~3 to bcf03b5d)
trait :with_diffs do
target_branch "bcf03b5d~3"
source_branch "bcf03b5d"
target_branch "master" # pretend bcf03b5d~3
source_branch "stable" # pretend bcf03b5d
st_commits do
[Commit.new(project.repo.commit('bcf03b5d')),
Commit.new(project.repo.commit('bcf03b5d~1')),
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment