Suppress a warning: instance variable @label not initialized

lib/capybara/selector.rb:48: warning: instance variable @label not initialized
This commit is contained in:
Kouhei Sutou 2012-12-02 15:13:37 +09:00
parent 180f3dcb16
commit 599856f36b
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ module Capybara
@name = name
@custom_filters = {}
@match = nil
@label = nil
@failure_message = nil
instance_eval(&block)
end