From 1538395d4c249f7322b11218488d375182088eaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Strza=C5=82kowski?= Date: Tue, 6 Aug 2013 00:35:34 +0200 Subject: Remove unused fixtures and models from AP tests --- actionpack/test/fixtures/customers/_customer.html.erb | 1 - actionpack/test/fixtures/fun/games/_form.erb | 1 - actionpack/test/fixtures/fun/games/hello_world.erb | 1 - actionpack/test/fixtures/good_customers/_good_customer.html.erb | 1 - actionpack/test/fixtures/hello.html | 1 - actionpack/test/fixtures/quiz/questions/_question.html.erb | 1 - 6 files changed, 6 deletions(-) delete mode 100644 actionpack/test/fixtures/customers/_customer.html.erb delete mode 100644 actionpack/test/fixtures/fun/games/_form.erb delete mode 100644 actionpack/test/fixtures/fun/games/hello_world.erb delete mode 100644 actionpack/test/fixtures/good_customers/_good_customer.html.erb delete mode 100644 actionpack/test/fixtures/hello.html delete mode 100644 actionpack/test/fixtures/quiz/questions/_question.html.erb (limited to 'actionpack/test/fixtures') diff --git a/actionpack/test/fixtures/customers/_customer.html.erb b/actionpack/test/fixtures/customers/_customer.html.erb deleted file mode 100644 index 483571e22a..0000000000 --- a/actionpack/test/fixtures/customers/_customer.html.erb +++ /dev/null @@ -1 +0,0 @@ -<%= greeting %>: <%= customer.name %> \ No newline at end of file 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 diff --git a/actionpack/test/fixtures/good_customers/_good_customer.html.erb b/actionpack/test/fixtures/good_customers/_good_customer.html.erb deleted file mode 100644 index a2d97ebc6d..0000000000 --- a/actionpack/test/fixtures/good_customers/_good_customer.html.erb +++ /dev/null @@ -1 +0,0 @@ -<%= greeting %> good customer: <%= good_customer.name %><%= good_customer_counter %> \ No newline at end of file diff --git a/actionpack/test/fixtures/hello.html b/actionpack/test/fixtures/hello.html deleted file mode 100644 index 6769dd60bd..0000000000 --- a/actionpack/test/fixtures/hello.html +++ /dev/null @@ -1 +0,0 @@ -Hello world! \ No newline at end of file diff --git a/actionpack/test/fixtures/quiz/questions/_question.html.erb b/actionpack/test/fixtures/quiz/questions/_question.html.erb deleted file mode 100644 index fb4dcfee64..0000000000 --- a/actionpack/test/fixtures/quiz/questions/_question.html.erb +++ /dev/null @@ -1 +0,0 @@ -<%= question.name %> \ No newline at end of file -- cgit v1.2.3