簡體   English   中英

如何從Rails單元中的測試/夾具yml文件加載測試數據

[英]How to load test data from test/fixtures yml file in Rails units

如何從Rails單元中的測試/夾具yml文件加載測試數據

裝置/xxxs.yml

- one:
    clm1: test
    clm2: test

測試/單位/xxx.rb

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

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM