From f57e5f224bdc9f1d0b194a7c82d6debf76e66499 Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Wed, 25 Dec 2013 10:33:42 +0900 Subject: Unused class in AV test --- actionview/test/actionpack/controller/render_test.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'actionview') diff --git a/actionview/test/actionpack/controller/render_test.rb b/actionview/test/actionpack/controller/render_test.rb index 7e594d5030..45b8049b83 100644 --- a/actionview/test/actionpack/controller/render_test.rb +++ b/actionview/test/actionpack/controller/render_test.rb @@ -44,8 +44,6 @@ module Quiz end end - class Store < Question; end - # Controller class QuestionsController < ApplicationController def new -- cgit v1.2.3