Appease the dog overlords
This commit is contained in:
parent
99bae4a7a7
commit
0db51536c5
|
@ -332,7 +332,7 @@ describe Ajax::ListController, :ajax_controller, type: :controller do
|
||||||
{
|
{
|
||||||
"success" => false,
|
"success" => false,
|
||||||
"status" => "other_blocking_self",
|
"status" => "other_blocking_self",
|
||||||
"message" => anything,
|
"message" => anything
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -348,7 +348,7 @@ describe Ajax::ListController, :ajax_controller, type: :controller do
|
||||||
{
|
{
|
||||||
"success" => false,
|
"success" => false,
|
||||||
"status" => "self_blocking_other",
|
"status" => "self_blocking_other",
|
||||||
"message" => anything,
|
"message" => anything
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue