From d75a8571e439f0883e3331aaa82cb6e18c5d9746 Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Mon, 15 Nov 2021 11:58:56 +0000 Subject: [PATCH] Update spec --- spec/features/case_log_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/features/case_log_spec.rb b/spec/features/case_log_spec.rb index b48572d62..40d77fd70 100644 --- a/spec/features/case_log_spec.rb +++ b/spec/features/case_log_spec.rb @@ -43,7 +43,7 @@ RSpec.describe "Test Features" do it "displays a tasklist header" do visit("/case_logs/#{id}") expect(page).to have_content("Tasklist for log #{id}") - expect(page).to have_content("This submission is #{status}") + expect(page).to have_content("This submission is #{status}.humanize") end it "displays a section status" do