Sha256: ed40a586e03581d6d6d7f4e2a80f95b0d4157d8f95d73455111bf4dd30446553
Contents?: true
Size: 241 Bytes
Versions: 15
Compression:
Stored size: 241 Bytes
Contents
require 'rails_helper' describe Fe::Condition, type: :model do it { expect belong_to :question_sheet } it { expect belong_to :trigger } it { expect validate_presence_of :expression } it { expect validate_length_of :expression } end
Version data entries
15 entries across 15 versions & 1 rubygems