Skip to content

Instantly share code, notes, and snippets.

@roolo
Created August 17, 2019 11:50
Show Gist options
  • Save roolo/580b5061003355e07f631cffbe2fea9c to your computer and use it in GitHub Desktop.
Save roolo/580b5061003355e07f631cffbe2fea9c to your computer and use it in GitHub Desktop.
Rubocop — Layout/AlignHash
FactoryBot.create :user_subscription,
user: current_user,
subscription: FactoryBot.create(:subscription,
:with_provider,
name: "My Subscription #{num}"
)
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