2011-03-10 1 views

Répondre

1

accessoires/xxxs.yml

- one: 
    clm1: test 
    clm2: test 

test/unit /xxx.rb

test "load_yml_obj" do 
    assert_not_nil xxxs(:one) 
end 
Questions connexes