mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-20 03:25:17 +01:00
Remove attr reader dec
This commit is contained in:
parent
146483702a
commit
7a12a827d8
@ -1,7 +1,7 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module ProfileStories
|
module ProfileStories
|
||||||
attr_reader :bob, :alice, :alice_bio
|
attr_reader :bob
|
||||||
|
|
||||||
def fill_in_auth_details(email, password)
|
def fill_in_auth_details(email, password)
|
||||||
fill_in 'user_email', with: email
|
fill_in 'user_email', with: email
|
||||||
|
Loading…
Reference in New Issue
Block a user