spec/internal/app/controllers/nestive_controller.rb in nestive_rendering-1.0.0 vs spec/internal/app/controllers/nestive_controller.rb in nestive_rendering-1.1.0

- old
+ new

@@ -13,5 +13,11 @@ def locals render layout: 'locals' end end + +class DummyClass + def self.content + 'dummy content' + end +end \ No newline at end of file