Sha256: c500515320e05d9fd07ee980430d9f33612fbd71c883d6d162e3ddc5abe5c90e
Contents?: true
Size: 260 Bytes
Versions: 1
Compression:
Stored size: 260 Bytes
Contents
require 'spec_helper' describe Helena::QuestionGroup do let!(:version) { create :version, survey: create(:survey) } it { expect(subject).to be_embedded_in(:version) } it 'has a valid factory' do expect(build :question_group).to be_valid end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
helena-0.3.3 | spec/models/helena/question_group_spec.rb |