diff options
author | Kasper Timm Hansen <kaspth@gmail.com> | 2017-05-01 21:44:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-01 21:44:21 +0200 |
commit | 61de2e976405b3306ffa20f1b7e903ed21682483 (patch) | |
tree | 97c383b0455d8f0a7d4ac19092d175f720c735b6 /actionview/test/fixtures | |
parent | aaf99e3cfc7064e7188fad62386f4e6f897df783 (diff) | |
parent | 8feb7c934fd7dea9054b9295b7955bc773f06176 (diff) | |
download | rails-61de2e976405b3306ffa20f1b7e903ed21682483.tar.gz rails-61de2e976405b3306ffa20f1b7e903ed21682483.tar.bz2 rails-61de2e976405b3306ffa20f1b7e903ed21682483.zip |
Merge pull request #28753 from st0012/add-render-with-variants-test
Add tests for rendering with variants
Diffstat (limited to 'actionview/test/fixtures')
-rw-r--r-- | actionview/test/fixtures/comments/empty.html+grid.erb | 1 | ||||
-rw-r--r-- | actionview/test/fixtures/test/_partial_with_variants.html+grid.erb | 1 |
2 files changed, 2 insertions, 0 deletions
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 @@ +<h1>No Comment</h1> 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 @@ +<h1>Partial with variants</h1> |