diff options
author | Joshua Peek <josh@joshpeek.com> | 2008-12-03 09:59:04 -0600 |
---|---|---|
committer | Joshua Peek <josh@joshpeek.com> | 2008-12-03 10:57:35 -0600 |
commit | 2fc6c7dd05b9481ed81fe19c8fc0cc7915868404 (patch) | |
tree | 9f2fa4112507c50645c55cf990a22256e502ebde /actionpack/test/fixtures | |
parent | 99f2cb4918786382413bdd29b3cacfd5b9377677 (diff) | |
download | rails-2fc6c7dd05b9481ed81fe19c8fc0cc7915868404.tar.gz rails-2fc6c7dd05b9481ed81fe19c8fc0cc7915868404.tar.bz2 rails-2fc6c7dd05b9481ed81fe19c8fc0cc7915868404.zip |
Validate template extensions [#1187 state:resolved]
Diffstat (limited to 'actionpack/test/fixtures')
-rw-r--r-- | actionpack/test/fixtures/test/dont_pick_me | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/test/dont_pick_me b/actionpack/test/fixtures/test/dont_pick_me new file mode 100644 index 0000000000..0157c9e503 --- /dev/null +++ b/actionpack/test/fixtures/test/dont_pick_me @@ -0,0 +1 @@ +non-template file
\ No newline at end of file |