diff options
author | José Valim and Mikel Lindsaar <pair@programming.com> | 2010-01-25 00:20:38 +0100 |
---|---|---|
committer | José Valim and Mikel Lindsaar <pair@programming.com> | 2010-01-25 00:20:38 +0100 |
commit | 48faf53be19c569e85f43a4dbfa63fe81618b09f (patch) | |
tree | 9a9c7dbb9efd62fad3cae0ff3c21f72b18ab6528 /actionmailer/test/fixtures | |
parent | 90e9e46576c0a8d57887484cd4f3f51b3b6cce3a (diff) | |
download | rails-48faf53be19c569e85f43a4dbfa63fe81618b09f.tar.gz rails-48faf53be19c569e85f43a4dbfa63fe81618b09f.tar.bz2 rails-48faf53be19c569e85f43a4dbfa63fe81618b09f.zip |
Add some view paths tests.
Diffstat (limited to 'actionmailer/test/fixtures')
-rw-r--r-- | actionmailer/test/fixtures/another.path/base_mailer/welcome.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actionmailer/test/fixtures/another.path/base_mailer/welcome.erb b/actionmailer/test/fixtures/another.path/base_mailer/welcome.erb new file mode 100644 index 0000000000..ef451298e2 --- /dev/null +++ b/actionmailer/test/fixtures/another.path/base_mailer/welcome.erb @@ -0,0 +1 @@ +Welcome from another path
\ No newline at end of file |