Add RSpec/ExcessiveDocstringSpacing rubocop rule
This rule was added in rubocop-rspec 2.5.0.
This commit is contained in:
@@ -217,7 +217,7 @@ shared_examples_for "verifiable" do
|
||||
end
|
||||
|
||||
describe "#verification_sms_sent?" do
|
||||
it "is true if skipped" do
|
||||
it "is true if skipped" do
|
||||
user.update!(unconfirmed_phone: nil, sms_confirmation_code: "666")
|
||||
expect(user.verification_sms_sent?).to eq(true)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user