Skip to content

Commit

Permalink
Update specs to match config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
viamin committed Jun 17, 2023
1 parent f11ce56 commit 1a89f72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/support/shared_contexts/options.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
let(:service_names) { %w[Asana Reminders Github GoogleTasks Reclaim Instapaper] }
let(:primary_service_name) { "Omnifocus" }
let(:logger) { double(StructuredLogger) }
let(:personal_tags) { "Personal" }
let(:work_tags) { "" }
let(:personal_tags) { ["Personal"] }
let(:work_tags) { [] }
end

0 comments on commit 1a89f72

Please sign in to comment.