1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Remove unused variable.

This commit is contained in:
Tim Fenney 2014-01-31 00:50:09 -05:00
parent f64c50a092
commit 16648979f7

View file

@ -205,7 +205,7 @@ class EnumTest < ActiveRecord::TestCase
test "overriding enum method should not raise" do test "overriding enum method should not raise" do
assert_nothing_raised do assert_nothing_raised do
klass = Class.new(ActiveRecord::Base) do Class.new(ActiveRecord::Base) do
self.table_name = "books" self.table_name = "books"
def published! def published!