Completion in .yml test fixtures?

Not working for dynamic computed values in fixtures. Is it known?

0
Avatar
Permanently deleted user

Also, no completions in unit tests for fixtures, e.g.

test "xxx" do
    schedule=schedules(:primary)   #no completion for tokens 'schedules'  (from schedules.yml)  and ':primary' (from inside fixture)


end

0

请先登录再写评论。