Skip to content

Commit 6fe2221

Browse files
committed
Delete FIXME annotation in dispatch/mapper_test.rb
Delete `FIXME` in `actionpack/test/dispatch/mapper_test.rb` because it's fixed.
1 parent fb56874 commit 6fe2221

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)