Sha256: 68a199f352714278bf5b6266e47f888398b6ceaff3718f6a72a2a97bbe4427ac
Contents?: true
Size: 182 Bytes
Versions: 1
Compression:
Stored size: 182 Bytes
Contents
require 'spec_helper' describe G5Updatable::WeekDay do it { is_expected.to belong_to :hour_set } subject { create(:week_day) } its(:status) { is_expected.to eq('none') } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
g5_updatable-1.0.2.pre.1 | spec/models/g5_updatable/week_day_spec.rb |