Skip to content
代码片段 群组 项目
  • blackst0ne's avatar
    b44a2c80
    Update specs to rails5 format · b44a2c80
    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 }`
    b44a2c80
    历史
    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 }`
代码所有者
将用户和群组指定为特定文件更改的核准人。 了解更多。