Skip to content

Commit

Permalink
fix wording for context in specs
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyevil committed Oct 13, 2023
1 parent 292209a commit 3dd76ac
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
allow(helper).to receive_messages(render: "", current_user: user)
end

context "for a completed notification" do
context "with a completed notification" do
let(:notification_complete_at) { Time.zone.parse("2021-10-04T17:10Z") }
let(:trait) { :registered }

Expand Down Expand Up @@ -245,7 +245,7 @@
end
end

context "for a draft notification" do
context "with a draft notification" do
let(:notification_complete_at) { nil }
let(:trait) { :draft_complete }

Expand Down

0 comments on commit 3dd76ac

Please sign in to comment.