mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-08-07 05:13:37 -04:00
Auto corrected by following RSpec/EmptyLineAfterFinalLet
This commit is contained in:
1 parent
29a9643f00
commit
e46f530dc3
29 files changed
+82
No files matched your search
@@ -35,6 +35,7 @@ describe LikesController do
|
||||
|
||||
describe "Deleting someone else's like" do
|
||||
let(:like) { FactoryBot.create :like }
|
||||
|
||||
it { expect(response.code).to eq('403') }
|
||||
it { JSON.parse(response.body)["error"] == "Unable to like" }
|
||||
end
|
||||
|
||||
Reference in new issue
Block a user