From 1a248fa42d5031ecb4795a45efe6901db1f0a808 Mon Sep 17 00:00:00 2001 From: Ryan W Date: Sun, 26 Sep 2021 15:26:45 -0700 Subject: [PATCH] Fix cop --- spec/requests/articles_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/requests/articles_spec.rb b/spec/requests/articles_spec.rb index 70398b7..ba7b562 100644 --- a/spec/requests/articles_spec.rb +++ b/spec/requests/articles_spec.rb @@ -13,7 +13,7 @@ # sticking to rails and rspec-rails APIs to keep things simple and stable. RSpec.describe "/articles", type: :request do - + # Article. As you add validations to Article, be sure to # adjust the attributes here as well. let(:valid_attributes) {