Skip to content

Commit

Permalink
RSpec/ExcessiveDocstringSpacing: Excessive whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
acmetech committed Sep 22, 2021
1 parent a93f3f9 commit a07e0a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module Socializer
end

describe "link_to_like_or_unlike" do
context "when no current_user it returns nil " do
context "when no current_user it returns nil" do
before do
without_partial_double_verification do
allow(helper).to receive(:current_user).and_return(nil)
Expand Down

0 comments on commit a07e0a1

Please sign in to comment.