Skip to content

Commit

Permalink
fixed test label.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Sep 1, 2018
1 parent 7efed60 commit 570c9d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lib/tasks/doi_rake_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
expect(capture_stdout { subject.invoke }).to eq(output)
end

it "should enqueue an DoiIndexByMonthJob" do
it "should enqueue an DoiIndexByDayJob" do
expect {
capture_stdout { subject.invoke }
}.to change(enqueued_jobs, :size).by(243)
Expand Down

0 comments on commit 570c9d9

Please sign in to comment.