diff options
| author | cedricnjanga | 2017-11-24 12:32:09 +0100 |
|---|---|---|
| committer | cedricnjanga | 2017-11-24 12:32:09 +0100 |
| commit | 4ee768d80cc5374c84ed0b06a43eb4f4bda0f825 (patch) | |
| tree | deea0d202e15a781fba98a5949bd84e879cc533e /spec/models/chouette/line_spec.rb | |
| parent | 5b9351272ec0f02c2c76fd8b3168cbbc6acdedff (diff) | |
| download | chouette-core-4ee768d80cc5374c84ed0b06a43eb4f4bda0f825.tar.bz2 | |
Take into account code review
Diffstat (limited to 'spec/models/chouette/line_spec.rb')
| -rw-r--r-- | spec/models/chouette/line_spec.rb | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/spec/models/chouette/line_spec.rb b/spec/models/chouette/line_spec.rb index eee672574..bc7b6e0c7 100644 --- a/spec/models/chouette/line_spec.rb +++ b/spec/models/chouette/line_spec.rb @@ -15,17 +15,6 @@ describe Chouette::Line, :type => :model do end end - describe '#objectid' do - subject { super().get_objectid } - it { is_expected.to be_kind_of(Chouette::Objectid::StifCodifligne) } - end - - describe "#objectid_format" do - it "sould not be nil" do - expect(subject.objectid_format).not_to be_nil - end - end - # it { should validate_numericality_of :objectversion } # describe ".last_stop_areas_parents" do |
