Update specs for attribute change and rich text
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user