Skip to content

Commit ffbfacf

Browse files
LowLevelAckermann
authored andcommitted
Remove comments in test
1 parent 89fe8d4 commit ffbfacf

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/sandbox/test/components/relative_translation_partial_component_test.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ class RelativeTranslationPartialComponentTest < ViewComponent::TestCase
66
def test_relative_translation_in_partial_block
77
render_inline(RelativeTranslationPartialParentComponent.new)
88

9-
# This should pass if Rails resolves the translation key relative to the caller's path,
10-
# but currently fails because it resolves relative to the partial's path.
119
assert_text "Test Component Title"
12-
13-
# This assertion documents the current (incorrect) behavior.
14-
assert_no_text "Partial Title"
1510
end
1611
end

0 commit comments

Comments
 (0)