diff options
| author | Michel Etienne | 2012-06-04 15:52:32 +0200 | 
|---|---|---|
| committer | Michel Etienne | 2012-06-04 15:52:32 +0200 | 
| commit | 3dc257c6f68f075799adfb3083f578b9639d3dce (patch) | |
| tree | e4c1daaad69bf141964cb8d5d257208985131042 /spec/models/referential_spec.rb | |
| parent | 6163c10aa33d62e735d63aae7df796f0152ad3cc (diff) | |
| download | chouette-core-3dc257c6f68f075799adfb3083f578b9639d3dce.tar.bz2 | |
add fields to referentials and update textiles
Diffstat (limited to 'spec/models/referential_spec.rb')
| -rw-r--r-- | spec/models/referential_spec.rb | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/spec/models/referential_spec.rb b/spec/models/referential_spec.rb index 363fe237f..bb6158d4f 100644 --- a/spec/models/referential_spec.rb +++ b/spec/models/referential_spec.rb @@ -4,5 +4,7 @@ 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
\ No newline at end of file | 
