diff --git a/spec/support/stories/profile_stories.rb b/spec/support/stories/profile_stories.rb index 35e84ea16ef..43a8e170ccb 100644 --- a/spec/support/stories/profile_stories.rb +++ b/spec/support/stories/profile_stories.rb @@ -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