From 19409b97f1f206e0f36b4d2cd047383703724051 Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Mon, 15 Nov 2021 12:02:58 +0000 Subject: [PATCH] Fix 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 40d77fd70..5552b0c85 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}.humanize") + expect(page).to have_content("This submission is #{status.humanize}") end it "displays a section status" do