Skip to content
Snippets Groups Projects
Commit 16b9e289 authored by Alessio Caiazza's avatar Alessio Caiazza
Browse files

Do not use RSpec.describe

parent 0562b02b
No related branches found
No related tags found
No related merge requests found
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) }
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment