Sha256: dfa15d1f1070e93a7ddaef4f981caf4fae6d097c2deea47242271e09ec14cfce
Contents?: true
Size: 246 Bytes
Versions: 1
Compression:
Stored size: 246 Bytes
Contents
require "spec_helper" describe Detour::Flag do it { should belong_to :feature } it { should validate_presence_of :feature_id } it { should validate_presence_of :flaggable_type } it { should allow_mass_assignment_of :flaggable_type } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
detour-0.0.1 | spec/lib/active_record/rollout/flag_spec.rb |