diff options
| author | Edouard Maffert | 2016-06-27 16:16:52 +0200 | 
|---|---|---|
| committer | Edouard Maffert | 2016-06-27 16:16:52 +0200 | 
| commit | 985b2ab985741896daa1499d78c93e7f71a8e0c9 (patch) | |
| tree | 05dcce03048d173dc6d7beac625941a4a2db4f7b /spec/models/line_referential_spec.rb | |
| parent | 096a4aed7d28624a8578b568acbff5d6fbbda082 (diff) | |
| download | chouette-core-985b2ab985741896daa1499d78c93e7f71a8e0c9.tar.bz2 | |
add line_referential_sync and line_sync_operation models
Diffstat (limited to 'spec/models/line_referential_spec.rb')
| -rw-r--r-- | spec/models/line_referential_spec.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/spec/models/line_referential_spec.rb b/spec/models/line_referential_spec.rb index 70c005017..677d61f77 100644 --- a/spec/models/line_referential_spec.rb +++ b/spec/models/line_referential_spec.rb @@ -6,4 +6,5 @@ RSpec.describe LineReferential, :type => :model do    end    it { should validate_presence_of(:name) } +  it { should validate_presence_of(:sync_interval) }  end | 
