Skip to content

Commit

Permalink
Fix warning model is redefined
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasuhiro Asaka committed Aug 10, 2016
1 parent f44c2e8 commit c45dfbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/test_component.rb
Expand Up @@ -30,9 +30,9 @@
require 'htmlgrid/component'

module HtmlGrid
class Component
attr_reader :model, :session, :container
end
class Component
attr_reader :session, :container
end
end

class TestComponent < Minitest::Test
Expand Down

0 comments on commit c45dfbd

Please sign in to comment.