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.
1 parent 4ad6381 commit 698b03eCopy full SHA for 698b03e
lib/rspec/rails/adapters.rb
@@ -37,7 +37,7 @@ def assertion_instance
37
mod.public_instance_methods.each do |method|
38
next if method == :method_missing || method == "method_missing"
39
define_method(method.to_sym) do |*args, &block|
40
- assertion_instance.send(method.to_sym, *args, &block)
+ assertion_instance.send(method.to_sym, *args, &block)
41
end
42
43
0 commit comments