diff options
author | claudiob <claudiob@gmail.com> | 2014-12-01 12:25:19 -0800 |
---|---|---|
committer | claudiob <claudiob@gmail.com> | 2014-12-01 23:22:51 -0800 |
commit | 78145f100584e20105d12a52a45e733ccb556134 (patch) | |
tree | 016121563db5ee52543bced4866df4fc9f5f35ea | |
parent | 72f4c7af10b7fed88604f73f13d5e66046d38fbd (diff) | |
download | rails-78145f100584e20105d12a52a45e733ccb556134.tar.gz rails-78145f100584e20105d12a52a45e733ccb556134.tar.bz2 rails-78145f100584e20105d12a52a45e733ccb556134.zip |
Remove unused AV/test/fixtures/happy_path
The `test/fixtures/happy_path/render_action/hello_world.erb` file was
introduced in 8ab37c7 for the `TestRenderAction` test.
That test was subsequently removed in 34f058e, so the fixture is not
used anymore.
If Travis CI is happy, then you can be sure the fixture can be removed.
-rw-r--r-- | actionview/test/fixtures/happy_path/render_action/hello_world.erb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/actionview/test/fixtures/happy_path/render_action/hello_world.erb b/actionview/test/fixtures/happy_path/render_action/hello_world.erb deleted file mode 100644 index 6769dd60bd..0000000000 --- a/actionview/test/fixtures/happy_path/render_action/hello_world.erb +++ /dev/null @@ -1 +0,0 @@ -Hello world!
\ No newline at end of file |