Commit 16b9e289 authored by Alessio Caiazza's avatar Alessio Caiazza

Do not use RSpec.describe

parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment