diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2011-09-04 17:43:58 -0300 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2011-09-04 17:44:48 -0300 |
commit | a1fa756e17a2522d69a828ce59b801709483a34f (patch) | |
tree | 98edaf44a9e9fa08f38e773044b4347198610aa7 /actionpack | |
parent | 6c4650606735b51d86f9d0fa7711dc87f33d98df (diff) | |
download | rails-a1fa756e17a2522d69a828ce59b801709483a34f.tar.gz rails-a1fa756e17a2522d69a828ce59b801709483a34f.tar.bz2 rails-a1fa756e17a2522d69a828ce59b801709483a34f.zip |
* is not allowed in windows file names. Closes #2574 #2847
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/test/controller/render_test.rb | 2 | ||||
-rw-r--r-- | actionpack/test/fixtures/test/hello,world.erb (renamed from actionpack/test/fixtures/test/hello_w*rld.erb) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/controller/render_test.rb b/actionpack/test/controller/render_test.rb index 6bcd606bf4..c46755417f 100644 --- a/actionpack/test/controller/render_test.rb +++ b/actionpack/test/controller/render_test.rb @@ -410,7 +410,7 @@ class TestController < ActionController::Base end def render_with_explicit_escaped_template - render :template => "test/hello_w*rld" + render :template => "test/hello,world" end def render_with_explicit_string_template diff --git a/actionpack/test/fixtures/test/hello_w*rld.erb b/actionpack/test/fixtures/test/hello,world.erb index bc8fa5e0ca..bc8fa5e0ca 100644 --- a/actionpack/test/fixtures/test/hello_w*rld.erb +++ b/actionpack/test/fixtures/test/hello,world.erb |