Skip to content
Snippets Groups Projects
Commit 2191efd8 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

fix notes_on_wall specs

parent 953db847
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -2,7 +2,7 @@ require 'spec_helper'
 
describe "On the project wall", js: true do
let!(:project) { create(:project) }
let!(:commit) { project.commit("bcf03b5de6c33f3869ef70d68cf06e679d1d7f9a") }
let!(:commit) { project.repository.commit("bcf03b5de6c33f3869ef70d68cf06e679d1d7f9a") }
 
before do
login_as :user
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