ruby on rails - Generate MiniTest Spec for Existing Model -
migrations complain model exists when try generate existing minitest spec model.
rails generate model user --spec
how can work around this?
rails generate model user --spec --skip
migrations complain model exists when try generate existing minitest spec model.
rails generate model user --spec
how can work around this?
rails generate model user --spec --skip
Comments
Post a Comment