Created
August 17, 2019 11:50
-
-
Save roolo/580b5061003355e07f631cffbe2fea9c to your computer and use it in GitHub Desktop.
Rubocop — Layout/AlignHash
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FactoryBot.create :user_subscription, | |
user: current_user, | |
subscription: FactoryBot.create(:subscription, | |
:with_provider, | |
name: "My Subscription #{num}" | |
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
spec/views/dashboard/index.html.erb_spec.rb:13:27: C: Layout/AlignHash: Align the elements of a hash literal if they span more than one line. | |
user: current_user, | |
^^^^^^^^^^^^^^^^^^^^^^^^^^ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment