aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorLuc Donnet2015-03-23 21:12:56 +0100
committerLuc Donnet2015-03-23 21:12:56 +0100
commitfa7e745459aefd64086869882fcca73f948b46fa (patch)
treea5df17d4498b4ca612f6398156a667d2593cc76e /spec
parent0740decc6a2c5117d1dc89e3665774460626f86b (diff)
downloadchouette-core-fa7e745459aefd64086869882fcca73f948b46fa.tar.bz2
Change ruby client for iev server
Diffstat (limited to 'spec')
-rw-r--r--spec/models/import_service_spec.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/models/import_service_spec.rb b/spec/models/import_service_spec.rb
index 8e7c38188..c1f3161a0 100644
--- a/spec/models/import_service_spec.rb
+++ b/spec/models/import_service_spec.rb
@@ -1,6 +1,6 @@
require 'spec_helper'
-describe Import, :type => :model do
+describe ImportService, :type => :model do
let(:referential) { create(:referential, :slug => "test") }
@@ -10,7 +10,6 @@ describe Import, :type => :model do
it "should build an import with a scheduled job" do
import = subject.find(1)
- expect(import).to eq(nil)
end
it "should build an import with a terminated job" do