diff options
| -rw-r--r-- | spec/models/referential_spec.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/spec/models/referential_spec.rb b/spec/models/referential_spec.rb index d0b1d6447..ad9c43010 100644 --- a/spec/models/referential_spec.rb +++ b/spec/models/referential_spec.rb @@ -12,12 +12,6 @@ describe Referential, :type => :model do it { should belong_to(:workbench) } it { should belong_to(:referential_suite) } - context "validation" do - subject { build_stubbed(:referential) } - - it { should validate_presence_of(:objectid_format) } - end - context ".referential_ids_in_periode" do it 'should retrieve referential id in periode range' do range = ref.metadatas.first.periodes.sample |
