-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
This rather benign appearing spec:
it 'loses its mind' do
expect({
m: [
{
s: {
a: :i,
b: "",
c: :r
}
}
],
s: {
a: :o,
b: nil,
c: :r
}
}).to match_json_expression({
m: [
{
s: {
a: :i,
b: "",
c: :r
}
}
],
s: {
a: :o,
b: nil,
c: :r
}
})
end
blows up:
Failure/Error: expect({
SystemStackError:
stack level too deep
Metadata
Metadata
Assignees
Labels
No labels