Skip to content

Commit

Permalink
Apply codeclimate suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
Senen committed Jan 8, 2018
1 parent 1905746 commit fd836e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/controllers/admin/passwords_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ def password_params
end

end
end
end
2 changes: 1 addition & 1 deletion spec/features/admin/passwords_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
expect(page).to have_content "Tienes que iniciar sesión o registrarte para poder continuar"
end

end
end
2 changes: 1 addition & 1 deletion spec/shared/features/password_editable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@
expect(page).to have_content('Cambiar contraseña')
end

end
end

0 comments on commit fd836e1

Please sign in to comment.