Add rubocop-rails-omakase gem
This commit is contained in:
@@ -12,10 +12,9 @@ RSpec.describe "articles/new", type: :view do
|
||||
render
|
||||
|
||||
assert_select "form[action=?][method=?]", articles_path, "post" do
|
||||
|
||||
assert_select "input[name=?]", "article[title]"
|
||||
|
||||
#TODO: with rich_text, this is not a textarea
|
||||
# TODO: with rich_text, this is not a textarea
|
||||
# assert_select "textarea[name=?]", "article[content]"
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user