diff options
| author | Alban Peignier | 2012-06-04 16:24:49 +0200 |
|---|---|---|
| committer | Alban Peignier | 2012-06-04 16:24:49 +0200 |
| commit | 5eb971da6c9808cc2ff8f1ab1bcc7ffecc53442d (patch) | |
| tree | ee027c50b87051ce4497b60cdb85d1129266e84f /spec | |
| parent | 6163c10aa33d62e735d63aae7df796f0152ad3cc (diff) | |
| download | chouette-core-5eb971da6c9808cc2ff8f1ab1bcc7ffecc53442d.tar.bz2 | |
Add several import types support
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/models/import_spec.rb | 8 |
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 |
