Auto corrected by following RSpec/EmptyLineAfterFinalLet

This commit is contained in:
Awesome Code committed 2018-01-09 02:00:40 +00:00
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