Skip to content

Commit

Permalink
fixup! Remove trailing whitespace to pacify rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
pirj committed Aug 13, 2021
1 parent 9efdbc3 commit 583b743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/rspec/rails/example/controller_example_group_spec.rb
Expand Up @@ -27,7 +27,7 @@ def method_missing(_name, *_args, **kwargs, &_block); a_method(**kwargs); end

# This example requires prepend so that the `method_missing` definition
# from `ControllerExampleGroup` bubbles up to our artificial one, in reality
# this is likely to be either an internal RSpec dispatch or one from a 3rd
# this is likely to be either an internal RSpec dispatch or one from a 3rd
# party gem.
prepend ControllerExampleGroup
end
Expand Down

0 comments on commit 583b743

Please sign in to comment.