Remove attr reader dec

This commit is contained in:
Matt Jankowski 2024-07-29 09:46:21 -04:00
parent 146483702a
commit 7a12a827d8

View File

@ -1,7 +1,7 @@
# frozen_string_literal: true
module ProfileStories
attr_reader :bob, :alice, :alice_bio
attr_reader :bob
def fill_in_auth_details(email, password)
fill_in 'user_email', with: email