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 f847289 commit b833ea4Copy full SHA for b833ea4
test/sandbox/test/rendering_test.rb
@@ -1262,6 +1262,8 @@ def test_render_anonymous_component_without_template
1262
end
1263
1264
def test_cache_component
1265
+ return if Rails.version < "7.0"
1266
+
1267
component = CacheComponent.new(foo: "foo", bar: "bar")
1268
render_inline(component)
1269
@@ -1280,6 +1282,8 @@ def test_cache_component
1280
1282
1281
1283
1284
def test_no_cache_compoennt
1285
1286
1287
component = NoCacheComponent.new(foo: "foo", bar: "bar")
1288
1289
0 commit comments