rubocop issues - Cleaning up (#8912)
* cleanup pass * undo mistakes * fixed. * revert
This commit is contained in:
parent
a00ce8c92c
commit
f194857ac9
15 changed files with 33 additions and 33 deletions
|
@ -3,7 +3,7 @@ require "rails_helper"
|
|||
feature "Log in" do
|
||||
given(:email) { "test@examle.com" }
|
||||
given(:password) { "password" }
|
||||
given(:confirmed_at) { Time.now }
|
||||
given(:confirmed_at) { Time.zone.now }
|
||||
|
||||
background do
|
||||
Fabricate(:user, email: email, password: password, confirmed_at: confirmed_at)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue