Browse Source

refactor: lint

pull/1768/head
natdeanlewissoftwire 3 years ago
parent
commit
6a56d97402
  1. 1
      spec/features/sales_log_spec.rb

1
spec/features/sales_log_spec.rb

@ -139,7 +139,6 @@ RSpec.describe "Sales Log Features" do
end
end
context "when signed in as a support user" do
let(:devise_notify_mailer) { DeviseNotifyMailer.new }
let(:notify_client) { instance_double(Notifications::Client) }

Loading…
Cancel
Save