diff options
author | Nick Schonning <nschonni@gmail.com> | 2023-02-17 16:56:20 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-18 06:56:20 +0900 |
commit | 669f6d2c0af969268c76e389ed626bce0cc9f998 (patch) | |
tree | f22f0314ee6f7e348b3ead9c22b93cf0fcc6303c /spec/support | |
parent | 593bb8ce99b31f85a1c8f9bfbe34bd87b079581c (diff) |
Run rubocop formatting except line length (#23632)
Diffstat (limited to 'spec/support')
-rw-r--r-- | spec/support/stories/profile_stories.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/support/stories/profile_stories.rb b/spec/support/stories/profile_stories.rb index 0c4a14d1c..de7ae17e6 100644 --- a/spec/support/stories/profile_stories.rb +++ b/spec/support/stories/profile_stories.rb @@ -20,8 +20,8 @@ module ProfileStories end def with_alice_as_local_user - @alice_bio = '@alice and @bob are fictional characters commonly used as'\ - 'placeholder names in #cryptology, as well as #science and'\ + @alice_bio = '@alice and @bob are fictional characters commonly used as' \ + 'placeholder names in #cryptology, as well as #science and' \ 'engineering 📖 literature. Not affiliated with @pepe.' @alice = Fabricate( |