diff options
author | Marin Jankovski <marin@gitlab.com> | 2014-01-24 14:02:11 +0100 |
---|---|---|
committer | Marin Jankovski <marin@gitlab.com> | 2014-01-24 14:02:11 +0100 |
commit | 54bcb6cc2a863e10abdd76745d3a0d50c301ab77 (patch) | |
tree | b374b46630cb1663ff8b6657a895b8087242fcfe /spec/models/commit_spec.rb | |
parent | d819d0d1f84946bcc0d2c871682c220db6dbd478 (diff) | |
parent | d1d138562a347ec78f0331d5242e28fbb368bad0 (diff) | |
download | gitlab-ce-54bcb6cc2a863e10abdd76745d3a0d50c301ab77.tar.gz |
Merge branch 'master' into reference_relative_links
Conflicts:
spec/models/project_spec.rb
Diffstat (limited to 'spec/models/commit_spec.rb')
-rw-r--r-- | spec/models/commit_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/commit_spec.rb b/spec/models/commit_spec.rb index fa556f94a1d..d8ab171d3ee 100644 --- a/spec/models/commit_spec.rb +++ b/spec/models/commit_spec.rb @@ -1,7 +1,7 @@ require 'spec_helper' describe Commit do - let(:project) { create :project_with_code } + let(:project) { create :project } let(:commit) { project.repository.commit } describe '#title' do |