Do not use RSpec.describe

This commit is contained in:
Alessio Caiazza 2017-11-07 14:05:37 +01:00
parent 0562b02bc2
commit 16b9e289fd
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
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) }