We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d841bcf commit 8add5c1Copy full SHA for 8add5c1
1 file changed
spec/node_query/node_rules/parser_spec.rb
@@ -195,7 +195,7 @@ def initialize(id, name)
195
)
196
expect {
197
rules.query_nodes(node)
198
- }.to raise_error(NodeQuery::MethodNotSupported, '{:type=>"sym"} is not supported')
+ }.to raise_error(NodeQuery::MethodNotSupported, '{type: "sym"} is not supported')
199
end
200
201
it 'sets option including_self to false' do
0 commit comments