diff options
| author | Robert | 2017-07-31 08:03:13 +0200 | 
|---|---|---|
| committer | Robert | 2017-07-31 08:03:13 +0200 | 
| commit | 609b774388a7f57703ec14a224363c88f3564eaf (patch) | |
| tree | 4610e6b5a82a6f472d2b6ecc7901385b7415f296 /spec/models | |
| parent | aa5028a21f28a2bee9f64b5e87e70828c9c8b75f (diff) | |
| download | chouette-core-609b774388a7f57703ec14a224363c88f3564eaf.tar.bz2 | |
Refs: #3507_1726@6h Code Review
Diffstat (limited to 'spec/models')
| -rw-r--r-- | spec/models/import_spec.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/import_spec.rb b/spec/models/import_spec.rb index 424936c58..ee30ce8ba 100644 --- a/spec/models/import_spec.rb +++ b/spec/models/import_spec.rb @@ -4,7 +4,7 @@ RSpec.describe Import, :type => :model do    it { should belong_to(:workbench) }    it { should belong_to(:parent).class_name(described_class.to_s) } -  it { should enumerize(:status).in("aborted", "analyzing", "canceled", "downloading", "failed", "new", "pending", "running", "successful") } +  it { should enumerize(:status).in("aborted", "canceled", "failed", "new", "pending", "running", "successful") }    it { should validate_presence_of(:file) }  end  | 
