From 7406d69ecc7209ab5fe9ed0b76cadd5a55988fac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Fri, 29 Jun 2012 14:33:09 -0300 Subject: Remove more tests related to draw external routes files Related with 5e7d6bba79393de0279917f93b82f3b7b176f4b5 --- actionpack/test/fixtures/routes/bogus.rb | 1 - actionpack/test/fixtures/routes/external.rb | 1 - 2 files changed, 2 deletions(-) delete mode 100644 actionpack/test/fixtures/routes/bogus.rb delete mode 100644 actionpack/test/fixtures/routes/external.rb (limited to 'actionpack/test/fixtures') diff --git a/actionpack/test/fixtures/routes/bogus.rb b/actionpack/test/fixtures/routes/bogus.rb deleted file mode 100644 index 41fbf0cd64..0000000000 --- a/actionpack/test/fixtures/routes/bogus.rb +++ /dev/null @@ -1 +0,0 @@ -wrong :route diff --git a/actionpack/test/fixtures/routes/external.rb b/actionpack/test/fixtures/routes/external.rb deleted file mode 100644 index d103c39f53..0000000000 --- a/actionpack/test/fixtures/routes/external.rb +++ /dev/null @@ -1 +0,0 @@ -get '/external' => 'external#index' -- cgit v1.2.3