aboutsummaryrefslogtreecommitdiffstats
path: root/spec/controllers
diff options
context:
space:
mode:
authorZog2018-05-28 09:07:23 +0200
committerZog2018-05-28 09:07:23 +0200
commit80747059020a86ab4bd3f564a8c9a8cfabd2b5c5 (patch)
tree1ecaa385ab6873f6c59c77a8389076d0f3b25e86 /spec/controllers
parent5a6ce6804f9d86c7dbb21ed20ebc08dbce552a91 (diff)
downloadchouette-core-80747059020a86ab4bd3f564a8c9a8cfabd2b5c5.tar.bz2
Refs #7159; Fix specs
Diffstat (limited to 'spec/controllers')
-rw-r--r--spec/controllers/exports_controller_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/controllers/exports_controller_spec.rb b/spec/controllers/exports_controller_spec.rb
index e2b89fc26..d4ee5bc18 100644
--- a/spec/controllers/exports_controller_spec.rb
+++ b/spec/controllers/exports_controller_spec.rb
@@ -29,7 +29,7 @@ RSpec.describe ExportsController, :type => :controller do
name: "foo",
type: "Export::Netex",
duration: 12,
- export_type: :line,
+ export_subtype: :full,
referential_id: first_referential.id
}}