Sha256: 1a13036fe6ebfa7ebcc7eee99ef114d07e14269fb9a67b80da063bd2d877787e

Contents?: true

Size: 152 Bytes

Versions: 4

Compression:

Stored size: 152 Bytes

Contents

require 'rails_helper'

module CitizenBudgetModel
  RSpec.describe Organization, type: :model do
    it { should validate_presence_of :name }
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
citizen_budget_model-0.0.4 spec/models/citizen_budget_model/organization_spec.rb
citizen_budget_model-0.0.3 spec/models/citizen_budget_model/organization_spec.rb
citizen_budget_model-0.0.2 spec/models/citizen_budget_model/organization_spec.rb
citizen_budget_model-0.0.1 spec/models/citizen_budget_model/organization_spec.rb