Style recently merged code

We enabled more Rubocop checks and code that was merged around the same
time, didn't comply with the new checks.
This commit is contained in:
Maikel Linke
2018-07-26 10:52:56 +10:00
parent f0f9662957
commit 2ceb969925
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ Spree::Admin::SearchController.class_eval do
:ship_address_lastname_start => params[:q],
:bill_address_firstname_start => params[:q],
:bill_address_lastname_start => params[:q]
}).result.limit(10)
}).result.limit(10)
end
render json: @users, each_serializer: Api::Admin::UserSerializer

View File

@@ -107,7 +107,7 @@ feature "Using embedded shopfront functionality", js: true do
end
private
def login_with_modal
expect(page).to have_selector 'div.login-modal', visible: true