1
1
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:
Rick Winfrey 2017-01-30 17:34:30 -08:00
parent b16d68a887
commit e8bb030541
2 changed files with 4 additions and 4 deletions

View File

@ -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"
}
]
},

View File

@ -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"
}
]
},