Skip to content
  • blackst0ne's avatar
    Update specs to rails5 format · 147d8e55c2df
    blackst0ne authored
    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 }`
    147d8e55c2df