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

describe Referential do

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

end