Merge pull request #50627 from koya1616/delete-fixed-FIXME

Delete FIXME annotation in dispatch/mapper_test.rb
This commit is contained in:
Rafael Mendonça França 2024-01-08 12:17:17 -05:00 committed by GitHub
commit b6a0fd8087
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -127,7 +127,6 @@ def test_map_more_slashes
fakeset = FakeSet.new
mapper = Mapper.new fakeset
# FIXME: is this a desired behavior?
mapper.get "/one/two/", to: "posts#index", as: :main
assert_equal "/one/two(.:format)", fakeset.asts.first.to_s
end