aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2012-06-29 14:33:09 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2012-06-29 14:33:09 -0300
commit7406d69ecc7209ab5fe9ed0b76cadd5a55988fac (patch)
tree28f8b67429346564a178be0910f9f786e4a5d73e /actionpack/test/fixtures
parent1abe31670fdad2c357b4356b40a4567a46d16693 (diff)
downloadrails-7406d69ecc7209ab5fe9ed0b76cadd5a55988fac.tar.gz
rails-7406d69ecc7209ab5fe9ed0b76cadd5a55988fac.tar.bz2
rails-7406d69ecc7209ab5fe9ed0b76cadd5a55988fac.zip
Remove more tests related to draw external routes files
Related with 5e7d6bba79393de0279917f93b82f3b7b176f4b5
Diffstat (limited to 'actionpack/test/fixtures')
-rw-r--r--actionpack/test/fixtures/routes/bogus.rb1
-rw-r--r--actionpack/test/fixtures/routes/external.rb1
2 files changed, 0 insertions, 2 deletions
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'