Fix random failing test
This commit is contained in:
parent
f57bffc82a
commit
8cc111bd03
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ require 'spec_helper'
|
|||
|
||||
describe "Dashboard Feed", feature: true do
|
||||
describe "GET /" do
|
||||
let!(:user) { create(:user) }
|
||||
let!(:user) { create(:user, name: "Jonh") }
|
||||
|
||||
context "projects atom feed via private token" do
|
||||
it "should render projects atom feed" do
|
||||
|
|
Loading…
Reference in a new issue