Skip to content
This repository has been archived by the owner on Jun 6, 2018. It is now read-only.

Commit

Permalink
Ditto
Browse files Browse the repository at this point in the history
  • Loading branch information
jarib committed Aug 23, 2010
1 parent cf6417e commit 620235b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion watir/lib/watir/collections.rb
Expand Up @@ -366,7 +366,7 @@ def initialize(container, how, what)
@what = what
if how == :index
raise MissingWayOfFindingObjectException,
"Option does not support attribute #{@how}"
"#{self.class} does not support attribute #{@how}"
end
super(container)
end
Expand Down

0 comments on commit 620235b

Please sign in to comment.