From 3dc257c6f68f075799adfb3083f578b9639d3dce Mon Sep 17 00:00:00 2001 From: Michel Etienne Date: Mon, 4 Jun 2012 15:52:32 +0200 Subject: add fields to referentials and update textiles --- spec/models/referential_spec.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'spec/models') 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 -- cgit v1.2.3