Skip to content

Commit

Permalink
Merge branch 'rspec:main' into patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
javierjulio committed Apr 8, 2024
2 parents 5f03be3 + 8cee7cb commit 9c3b1fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/rspec/rails/example/view_example_group_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def _default_file_to_render; end # Stub method
Class.new do
include ViewExampleGroup::ExampleMethods
def controller
@controller ||= OpenStruct.new(params: nil)
@controller ||= ::OpenStruct.new(params: nil)
end
end.new
end
Expand Down

0 comments on commit 9c3b1fb

Please sign in to comment.