1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00

Remove attr reader dec

This commit is contained in:
Matt Jankowski 2024-07-29 09:46:21 -04:00
parent b6c9e8f346
commit ea5702d5fb

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