fix spec failure

This commit is contained in:
James Lopez 2016-11-21 11:52:04 +01:00
parent 0fd397bba1
commit d747c1c0f9
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ describe CycleAnalytics::Summary, models: true do
let(:project) { create(:project) }
let(:from) { Time.now }
let(:user) { create(:user, :admin) }
subject { described_class.new(project, from: from, user: user) }
subject { described_class.new(project, from: from) }
describe "#new_issues" do
it "finds the number of issues created after the 'from date'" do