We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0c74eb commit 8f45ac8Copy full SHA for 8f45ac8
test/sandbox/test/rendering_test.rb
@@ -1323,6 +1323,8 @@ def test_around_render
1323
end
1324
1325
def test_cache_component
1326
+ return if Rails.version < "7.0"
1327
+
1328
component = CacheComponent.new(foo: "foo", bar: "bar")
1329
render_inline(component)
1330
@@ -1341,6 +1343,8 @@ def test_cache_component
1341
1343
1342
1344
1345
def test_no_cache_compoennt
1346
1347
1348
component = NoCacheComponent.new(foo: "foo", bar: "bar")
1349
1350
0 commit comments