From 06dd4b3166d3b30264ac2f14f48e385e404d8ceb Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 25 Sep 2007 15:09:21 +0000 Subject: Better failing tests git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7630 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/test/fixtures/respond_to/layouts/standard.html.erb | 1 + actionpack/test/fixtures/respond_to/layouts/standard.rhtml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 actionpack/test/fixtures/respond_to/layouts/standard.html.erb delete mode 100644 actionpack/test/fixtures/respond_to/layouts/standard.rhtml (limited to 'actionpack/test/fixtures') diff --git a/actionpack/test/fixtures/respond_to/layouts/standard.html.erb b/actionpack/test/fixtures/respond_to/layouts/standard.html.erb new file mode 100644 index 0000000000..c6c1a586dd --- /dev/null +++ b/actionpack/test/fixtures/respond_to/layouts/standard.html.erb @@ -0,0 +1 @@ +
<%= yield %>
\ No newline at end of file diff --git a/actionpack/test/fixtures/respond_to/layouts/standard.rhtml b/actionpack/test/fixtures/respond_to/layouts/standard.rhtml deleted file mode 100644 index fcb28ec755..0000000000 --- a/actionpack/test/fixtures/respond_to/layouts/standard.rhtml +++ /dev/null @@ -1 +0,0 @@ -<%= @content_for_layout %> \ No newline at end of file -- cgit v1.2.3