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 284bcd3 commit 748dd32Copy full SHA for 748dd32
lib/rspec/parameterized/core.rb
@@ -83,6 +83,9 @@ def with_them(*args, &b)
83
@parameter ||= nil
84
85
if @parameter.nil?
86
+ format = ->(b) { b.source_location&.join(':') || '?' }
87
+ warn "#{format[b]}: `where` not defined."
88
+
89
@parameterized_pending_cases ||= []
90
@parameterized_pending_cases << [args, b]
91
else
0 commit comments