提交 16b9e289 编写于 作者: A Alessio Caiazza

Do not use RSpec.describe

上级 0562b02b
require 'rails_helper'
RSpec.describe Clusters::Applications::Helm, type: :model do
describe Clusters::Applications::Helm do
it { is_expected.to belong_to(:cluster) }
it { is_expected.to validate_presence_of(:cluster) }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册