aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorAlban Peignier2012-06-04 16:24:49 +0200
committerAlban Peignier2012-06-04 16:24:49 +0200
commit5eb971da6c9808cc2ff8f1ab1bcc7ffecc53442d (patch)
treeee027c50b87051ce4497b60cdb85d1129266e84f /spec
parent6163c10aa33d62e735d63aae7df796f0152ad3cc (diff)
downloadchouette-core-5eb971da6c9808cc2ff8f1ab1bcc7ffecc53442d.tar.bz2
Add several import types support
Diffstat (limited to 'spec')
-rw-r--r--spec/models/import_spec.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/spec/models/import_spec.rb b/spec/models/import_spec.rb
index f307b59db..f0b76c15e 100644
--- a/spec/models/import_spec.rb
+++ b/spec/models/import_spec.rb
@@ -34,4 +34,12 @@ describe Import do
end
+ describe "#options" do
+
+ it "should be empty by default" do
+ subject.options.should be_empty
+ end
+
+ end
+
end