Add FactoryBot/ConsistentParenthesesStyle rule
This rule was added in rubocop-rspec 2.14.0. We were already applying it most of the time.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
require "rails_helper"
|
||||
|
||||
describe "Notifications" do
|
||||
let(:user) { create :user }
|
||||
let(:user) { create(:user) }
|
||||
before { login_as(user) }
|
||||
|
||||
scenario "View all" do
|
||||
|
||||
Reference in New Issue
Block a user