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 74fdbcaCopy full SHA for 74fdbca
lib/rspec/parameterized/core.rb
@@ -79,6 +79,8 @@ def with_them(*args, &b)
79
@parameter ||= nil
80
81
if @parameter.nil?
82
+ warn "#{b&.source_location&.join(':') || caller[0]}: `where` not defined."
83
+
84
@parameterized_pending_cases ||= []
85
@parameterized_pending_cases << [args, b]
86
else
0 commit comments