Skip to content

Commit

Permalink
Remove another missing test related to draw external routes
Browse files Browse the repository at this point in the history
Related with 5e7d6bb
  • Loading branch information
carlosantoniodasilva committed Jun 29, 2012
1 parent 7406d69 commit a4dd871
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions railties/test/engine_test.rb
Expand Up @@ -11,14 +11,4 @@ def initialize(*args)

assert !engine.routes?
end

it "does not add more paths to routes on each call" do
engine = Class.new(Rails::Engine)

engine.routes
length = engine.routes.draw_paths.length

engine.routes
assert_equal length, engine.routes.draw_paths.length
end
end

0 comments on commit a4dd871

Please sign in to comment.