From 8feb7c934fd7dea9054b9295b7955bc773f06176 Mon Sep 17 00:00:00 2001 From: Stan Lo Date: Fri, 14 Apr 2017 17:23:25 +0800 Subject: Add tests for render template/partial with variants option. --- actionview/test/fixtures/comments/empty.html+grid.erb | 1 + actionview/test/fixtures/test/_partial_with_variants.html+grid.erb | 1 + 2 files changed, 2 insertions(+) create mode 100644 actionview/test/fixtures/comments/empty.html+grid.erb create mode 100644 actionview/test/fixtures/test/_partial_with_variants.html+grid.erb (limited to 'actionview/test/fixtures') diff --git a/actionview/test/fixtures/comments/empty.html+grid.erb b/actionview/test/fixtures/comments/empty.html+grid.erb new file mode 100644 index 0000000000..dc3fa32a81 --- /dev/null +++ b/actionview/test/fixtures/comments/empty.html+grid.erb @@ -0,0 +1 @@ +

No Comment

diff --git a/actionview/test/fixtures/test/_partial_with_variants.html+grid.erb b/actionview/test/fixtures/test/_partial_with_variants.html+grid.erb new file mode 100644 index 0000000000..225363c8c3 --- /dev/null +++ b/actionview/test/fixtures/test/_partial_with_variants.html+grid.erb @@ -0,0 +1 @@ +

Partial with variants

-- cgit v1.2.3