From 564203bace85c06d0de16ad5d6c2ac540642d84e Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Thu, 30 Mar 2023 18:00:37 -0600 Subject: AƱade specs de CardsController MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spec/support/include_strings.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/support') diff --git a/spec/support/include_strings.rb b/spec/support/include_strings.rb index bddff1a..3671c35 100644 --- a/spec/support/include_strings.rb +++ b/spec/support/include_strings.rb @@ -5,7 +5,7 @@ RSpec::Matchers.define :include_strings do |expected| match do |actual| includes_strings = true expected.each do |s| - includes_strings = false unless actual.include?(s) + includes_strings = false unless actual.include?(s.to_s) end includes_strings end -- cgit v1.2.3