Skip to content

Commit 698b03e

Browse files
author
Sam Phippen
committed
Fix a wonky tab
1 parent 4ad6381 commit 698b03e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rspec/rails/adapters.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def assertion_instance
3737
mod.public_instance_methods.each do |method|
3838
next if method == :method_missing || method == "method_missing"
3939
define_method(method.to_sym) do |*args, &block|
40-
assertion_instance.send(method.to_sym, *args, &block)
40+
assertion_instance.send(method.to_sym, *args, &block)
4141
end
4242
end
4343
end

0 commit comments

Comments
 (0)