Commit 2191efd8ec13f32922967a78e76929b57e1617e6
1 parent
953db847
Exists in
master
and in
4 other branches
fix notes_on_wall specs
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
spec/requests/notes_on_wall_spec.rb
... | ... | @@ -2,7 +2,7 @@ require 'spec_helper' |
2 | 2 | |
3 | 3 | describe "On the project wall", js: true do |
4 | 4 | let!(:project) { create(:project) } |
5 | - let!(:commit) { project.commit("bcf03b5de6c33f3869ef70d68cf06e679d1d7f9a") } | |
5 | + let!(:commit) { project.repository.commit("bcf03b5de6c33f3869ef70d68cf06e679d1d7f9a") } | |
6 | 6 | |
7 | 7 | before do |
8 | 8 | login_as :user | ... | ... |