We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
with_them
where
1 parent 572137c commit 2d6d0afCopy full SHA for 2d6d0af
lib/rspec/parameterized/core.rb
@@ -79,6 +79,9 @@ def with_them(*args, &b)
79
@parameter ||= nil
80
81
if @parameter.nil?
82
+ format = ->(b) { b.source_location&.join(':') || '?' }
83
+ warn "#{format[b]}: `where` not defined."
84
+
85
@parameterized_pending_cases ||= []
86
@parameterized_pending_cases << [args, b]
87
else
0 commit comments