Remove all unnecesary extra spacing and Layout/ExtraSpacing list from rubocop file
This commit is contained in:
@@ -44,7 +44,7 @@ describe Management::SessionsController do
|
||||
describe 'Sign out' do
|
||||
it "should destroy the session data and redirect" do
|
||||
session[:manager] = {user_key: "31415926", date: "20151031135905", login: "JJB033"}
|
||||
session[:document_type] = "1"
|
||||
session[:document_type] = "1"
|
||||
session[:document_number] = "12345678Z"
|
||||
|
||||
delete :destroy
|
||||
|
||||
Reference in New Issue
Block a user