Sha256: 35fabcc5f264a37dac685126cea4f48da9993de79788f1a8aa6413e0bf1f0ca0

Contents?: true

Size: 355 Bytes

Versions: 1

Compression:

Stored size: 355 Bytes

Contents

require 'spec_helper'

describe G5Updatable::HourSet do
  it { is_expected.to belong_to :location }

  subject { create(:hour_set) }

  its(:name) { is_expected.to eq('Office') }
  its(:hour_type) { is_expected.to eq('office') }
  its(:is_active){is_expected.to be_truthy}
  its(:additional_hours_info) { is_expected.to eq('Rhythm is gonna get you') }
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
g5_updatable-1.0.2.pre.1 spec/models/g5_updatable/hour_set_spec.rb