From fe588537654adc583d54157b1a5db48786452adf Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Wed, 3 Apr 2013 20:56:12 -0300 Subject: Fix typo in view name Introduced in 2c22376fe04b89e8f34620139720b85a85ce3428 --- actionpack/test/fixtures/test/change_priority.html.erb | 2 ++ actionpack/test/fixtures/test/change_priorty.html.erb | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 actionpack/test/fixtures/test/change_priority.html.erb delete mode 100644 actionpack/test/fixtures/test/change_priorty.html.erb (limited to 'actionpack/test/fixtures') diff --git a/actionpack/test/fixtures/test/change_priority.html.erb b/actionpack/test/fixtures/test/change_priority.html.erb new file mode 100644 index 0000000000..71ecef11c4 --- /dev/null +++ b/actionpack/test/fixtures/test/change_priority.html.erb @@ -0,0 +1,2 @@ +<%= render :partial => "test/json_change_priority", :formats => :json %> +HTML Template, but <%= render :partial => "test/changing_priority" %> partial \ No newline at end of file diff --git a/actionpack/test/fixtures/test/change_priorty.html.erb b/actionpack/test/fixtures/test/change_priorty.html.erb deleted file mode 100644 index 71ecef11c4..0000000000 --- a/actionpack/test/fixtures/test/change_priorty.html.erb +++ /dev/null @@ -1,2 +0,0 @@ -<%= render :partial => "test/json_change_priority", :formats => :json %> -HTML Template, but <%= render :partial => "test/changing_priority" %> partial \ No newline at end of file -- cgit v1.2.3