diff options
| author | Riyad Preukschas <riyad@informatik.uni-bremen.de> | 2013-01-15 00:27:26 +0100 |
|---|---|---|
| committer | Riyad Preukschas <riyad@informatik.uni-bremen.de> | 2013-01-15 00:27:26 +0100 |
| commit | 74e48f070f5adb83c0d82ca5b8795bebb666033e (patch) | |
| tree | f7a055d9cf6e3629609e99550dfee7ddf78f0642 /spec/factories.rb | |
| parent | 8c604c9d31561dc364173626923d568bf76414ba (diff) | |
| download | gitlab-ce-74e48f070f5adb83c0d82ca5b8795bebb666033e.tar.gz | |
Smaller fixes
Diffstat (limited to 'spec/factories.rb')
| -rw-r--r-- | spec/factories.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/factories.rb b/spec/factories.rb index 9e16bc9e3a9..ca75e507077 100644 --- a/spec/factories.rb +++ b/spec/factories.rb @@ -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')), |
