Skip to content

Commit

Permalink
f*** these specs already
Browse files Browse the repository at this point in the history
  • Loading branch information
reeganviljoen committed Nov 18, 2024
1 parent bf714f0 commit ad907bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sandbox/test/rendering_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def test_render_inline_allocations
ViewComponent::CompileCache.cache.delete(MyComponent)
MyComponent.ensure_compiled

if Rails.versions.to_f >= 8.0
if Rails.version.to_f >= 8.0
assert_allocations("3.4.0" => 109, "3.3.6" => 124, "3.3.0" => 127, "3.2.6" => 114, "3.1.6" => 114, "3.0.7" => 123) do
render_inline(MyComponent.new)
end
Expand Down

0 comments on commit ad907bc

Please sign in to comment.