Update specs for attribute change and rich text

This commit is contained in:
Ryan W
2021-12-16 14:40:07 -08:00
parent 3a146f7f60
commit d30429045b
4 changed files with 10 additions and 8 deletions
+2 -2
View File
@@ -5,11 +5,11 @@ RSpec.describe "articles/index", type: :view do
assign(:articles, [
Article.create!(
title: "Title",
text: "MyText"
content: "MyText"
),
Article.create!(
title: "Title",
text: "MyText"
content: "MyText"
)
])
end