Skip to content

Commit b6a0fd8

Browse files
authored
Merge pull request rails#50627 from koya1616/delete-fixed-FIXME
Delete FIXME annotation in dispatch/mapper_test.rb
2 parents 697319f + 6fe2221 commit b6a0fd8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

actionpack/test/dispatch/mapper_test.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ def test_map_more_slashes
127127
fakeset = FakeSet.new
128128
mapper = Mapper.new fakeset
129129

130-
# FIXME: is this a desired behavior?
131130
mapper.get "/one/two/", to: "posts#index", as: :main
132131
assert_equal "/one/two(.:format)", fakeset.asts.first.to_s
133132
end

0 commit comments

Comments
 (0)