aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/routes
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2012-05-15 04:28:10 +0200
committerKornelius Kalnbach <murphy@rubychan.de>2012-05-15 04:28:10 +0200
commit0d3172c4e42d547fa41007a3c3895e240110a58d (patch)
tree9fee5d6cbd4bd20587c21a9ddc6e763b0eaa41e5 /actionpack/test/fixtures/routes
parent2c0add7103e967a7de2df42675eb49e093327c58 (diff)
downloadrails-0d3172c4e42d547fa41007a3c3895e240110a58d.tar.gz
rails-0d3172c4e42d547fa41007a3c3895e240110a58d.tar.bz2
rails-0d3172c4e42d547fa41007a3c3895e240110a58d.zip
add tests and external file backtrace for Routing::Mapper#draw
Diffstat (limited to 'actionpack/test/fixtures/routes')
-rw-r--r--actionpack/test/fixtures/routes/bogus.rb1
-rw-r--r--actionpack/test/fixtures/routes/external.rb1
2 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/routes/bogus.rb b/actionpack/test/fixtures/routes/bogus.rb
new file mode 100644
index 0000000000..41fbf0cd64
--- /dev/null
+++ b/actionpack/test/fixtures/routes/bogus.rb
@@ -0,0 +1 @@
+wrong :route
diff --git a/actionpack/test/fixtures/routes/external.rb b/actionpack/test/fixtures/routes/external.rb
new file mode 100644
index 0000000000..d103c39f53
--- /dev/null
+++ b/actionpack/test/fixtures/routes/external.rb
@@ -0,0 +1 @@
+get '/external' => 'external#index'