Completion in .yml test fixtures? Permanently deleted user Created April 02, 2012 19:29 Not working for dynamic computed values in fixtures. Is it known?
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