diff options
Diffstat (limited to 'spec/models/import_spec.rb')
| -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 | 
