From eb23754ebbfbf2d465cc0f900720704fb3703633 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Wed, 17 Apr 2013 00:06:11 +0200 Subject: Move template tests from actionpack to actionview --- actionview/test/fixtures/fun/games/_form.erb | 1 + actionview/test/fixtures/fun/games/_game.erb | 1 + actionview/test/fixtures/fun/games/hello_world.erb | 1 + 3 files changed, 3 insertions(+) create mode 100644 actionview/test/fixtures/fun/games/_form.erb create mode 100644 actionview/test/fixtures/fun/games/_game.erb create mode 100644 actionview/test/fixtures/fun/games/hello_world.erb (limited to 'actionview/test/fixtures/fun/games') diff --git a/actionview/test/fixtures/fun/games/_form.erb b/actionview/test/fixtures/fun/games/_form.erb new file mode 100644 index 0000000000..01107f1cb2 --- /dev/null +++ b/actionview/test/fixtures/fun/games/_form.erb @@ -0,0 +1 @@ +<%= form.label :title %> diff --git a/actionview/test/fixtures/fun/games/_game.erb b/actionview/test/fixtures/fun/games/_game.erb new file mode 100644 index 0000000000..f0f542ff92 --- /dev/null +++ b/actionview/test/fixtures/fun/games/_game.erb @@ -0,0 +1 @@ +Fun <%= game.name %> diff --git a/actionview/test/fixtures/fun/games/hello_world.erb b/actionview/test/fixtures/fun/games/hello_world.erb new file mode 100644 index 0000000000..1ebfbe2539 --- /dev/null +++ b/actionview/test/fixtures/fun/games/hello_world.erb @@ -0,0 +1 @@ +Living in a nested world \ No newline at end of file -- cgit v1.2.3 From f12109448ba61c86788820615dfdd8b6bce4a39b Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Sat, 9 Jun 2012 18:54:58 +0200 Subject: Remove unneeded test fixtures in AV --- actionview/test/fixtures/fun/games/_form.erb | 1 - 1 file changed, 1 deletion(-) delete mode 100644 actionview/test/fixtures/fun/games/_form.erb (limited to 'actionview/test/fixtures/fun/games') diff --git a/actionview/test/fixtures/fun/games/_form.erb b/actionview/test/fixtures/fun/games/_form.erb deleted file mode 100644 index 01107f1cb2..0000000000 --- a/actionview/test/fixtures/fun/games/_form.erb +++ /dev/null @@ -1 +0,0 @@ -<%= form.label :title %> -- cgit v1.2.3