mirror of
https://github.com/github/semantic.git
synced 2025-01-03 04:51:57 +03:00
Fix up Ruby argument -> pair integration tests
This commit is contained in:
parent
b16d68a887
commit
e8bb030541
@ -109,7 +109,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the ':baz => 1' argument in the foo(:bar => true) method call"
|
||||
"summary": "Deleted the ':baz => 1' pair in the foo(:bar => true) method call"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -150,7 +150,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the ':baz => 1' argument in the foo(:bar => true, :baz => 1) method call"
|
||||
"summary": "Added the ':baz => 1' pair in the foo(:bar => true, :baz => 1) method call"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -109,7 +109,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'baz: 1' argument in the foo(bar: true) method call"
|
||||
"summary": "Deleted the 'baz: 1' pair in the foo(bar: true) method call"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -150,7 +150,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'baz: 1' argument in the foo(bar: true, baz: 1) method call"
|
||||
"summary": "Added the 'baz: 1' pair in the foo(bar: true, baz: 1) method call"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user