Skip to content

Commit

Permalink
expand arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
ahorek authored and JonRowe committed Feb 27, 2019
1 parent 4c6803a commit 92e7611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rspec/rails/view_rendering.rb
Expand Up @@ -102,7 +102,7 @@ def find_templates(*args)

# @private
class EmptyTemplateHandler
def self.call(*)
def self.call(_template, _source = nil)
::Rails.logger.info(" Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.")

%("")
Expand Down

0 comments on commit 92e7611

Please sign in to comment.