diff options
Diffstat (limited to 'actionpack/test/fixtures/fun')
-rw-r--r-- | actionpack/test/fixtures/fun/games/_form.erb | 1 | ||||
-rw-r--r-- | actionpack/test/fixtures/fun/games/hello_world.erb | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/actionpack/test/fixtures/fun/games/_form.erb b/actionpack/test/fixtures/fun/games/_form.erb deleted file mode 100644 index 01107f1cb2..0000000000 --- a/actionpack/test/fixtures/fun/games/_form.erb +++ /dev/null @@ -1 +0,0 @@ -<%= form.label :title %> diff --git a/actionpack/test/fixtures/fun/games/hello_world.erb b/actionpack/test/fixtures/fun/games/hello_world.erb deleted file mode 100644 index 1ebfbe2539..0000000000 --- a/actionpack/test/fixtures/fun/games/hello_world.erb +++ /dev/null @@ -1 +0,0 @@ -Living in a nested world
\ No newline at end of file |