aboutsummaryrefslogtreecommitdiffstats
path: root/spec/models/referential_spec.rb
diff options
context:
space:
mode:
authorAlban Peignier2012-06-04 16:24:56 +0200
committerAlban Peignier2012-06-04 16:24:56 +0200
commit577583c6754ebaf73d857248e9aa08b38f2d9132 (patch)
tree4bd46c5b0db1d7d28bb9592b199b8b1522ed90c4 /spec/models/referential_spec.rb
parent5eb971da6c9808cc2ff8f1ab1bcc7ffecc53442d (diff)
parent3dc257c6f68f075799adfb3083f578b9639d3dce (diff)
downloadchouette-core-577583c6754ebaf73d857248e9aa08b38f2d9132.tar.bz2
Merge branch 'master' of chouette.dryade.priv:/srv/git/chouette2
Diffstat (limited to 'spec/models/referential_spec.rb')
-rw-r--r--spec/models/referential_spec.rb2
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