We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7228600 commit 3013a62Copy full SHA for 3013a62
app/models/test_track/remote/identifier.rb
@@ -19,8 +19,6 @@ def visitor
19
end
20
21
def visitor=(value)
22
- raise "Invalid visitor: #{value.inspect}" unless value.is_a?(Hash)
23
-
24
@visitor = TestTrack::Remote::Visitor.new(value).to_visitor
25
26
0 commit comments