Skip to content
Snippets Groups Projects
Commit 58a5d4a9 authored by James Lopez's avatar James Lopez
Browse files

user project and not empty_project as we need the repo stuff

parent 40bc96c9
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -2,7 +2,7 @@ require 'spec_helper'
 
describe Gitlab::CycleAnalytics::EventsQuery do
let(:max_events) { 3 }
let(:project) { create(:empty_project) }
let(:project) { create(:project) }
let(:user) { create(:user, :admin) }
let(:options) { { from: 30.days.ago } }
 
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