Skip to content

Commit 583b743

Browse files
committed
fixup! Remove trailing whitespace to pacify rubocop
1 parent 9efdbc3 commit 583b743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/rspec/rails/example/controller_example_group_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def method_missing(_name, *_args, **kwargs, &_block); a_method(**kwargs); end
2727

2828
# This example requires prepend so that the `method_missing` definition
2929
# from `ControllerExampleGroup` bubbles up to our artificial one, in reality
30-
# this is likely to be either an internal RSpec dispatch or one from a 3rd
30+
# this is likely to be either an internal RSpec dispatch or one from a 3rd
3131
# party gem.
3232
prepend ControllerExampleGroup
3333
end

0 commit comments

Comments
 (0)