aboutsummaryrefslogtreecommitdiffstats
path: root/spec/models/referential_spec.rb
blob: bb6158d4fee9ac02f3728c47741e83e647ef8ceb (plain)
1
2
3
4
5
6
7
8
9
10
require 'spec_helper'

describe Referential do

  it { should validate_presence_of(:name) }
  it { should validate_presence_of(:slug) }
  it { should validate_presence_of(:prefix) }
  it { should validate_presence_of(:time_zone) }

end