Skip to content
代码片段 群组 项目
  • blackst0ne's avatar
    77b85029
    Update specs to rails5 format · 77b85029
    blackst0ne 创作于
    Updates specs to use new rails5 format.
    
    The old format:
    `get :show, { some: params }, { some: headers }`
    
    The new format:
    `get :show, params: { some: params }, headers: { some: headers }`
    77b85029
    历史
    Update specs to rails5 format
    blackst0ne 创作于
    Updates specs to use new rails5 format.
    
    The old format:
    `get :show, { some: params }, { some: headers }`
    
    The new format:
    `get :show, params: { some: params }, headers: { some: headers }`
代码所有者
将用户和群组指定为特定文件更改的核准人。 了解更多。