diff options
| author | Alban Peignier | 2012-05-16 16:55:57 +0200 | 
|---|---|---|
| committer | Alban Peignier | 2012-05-16 16:55:57 +0200 | 
| commit | 39a4249b8c5197cfee6b8eb4673485628408e07a (patch) | |
| tree | 61619db5ea5e722b2c7752bbfc914f5a7a859fdd /spec/helpers | |
| parent | a2260f9d3737188d22504f705825ed5a846bb861 (diff) | |
| download | chouette-core-39a4249b8c5197cfee6b8eb4673485628408e07a.tar.bz2 | |
Create first Imports. Refs #23
Diffstat (limited to 'spec/helpers')
| -rw-r--r-- | spec/helpers/imports_helper_spec.rb | 15 | 
1 files changed, 15 insertions, 0 deletions
diff --git a/spec/helpers/imports_helper_spec.rb b/spec/helpers/imports_helper_spec.rb new file mode 100644 index 000000000..8e5ec0c86 --- /dev/null +++ b/spec/helpers/imports_helper_spec.rb @@ -0,0 +1,15 @@ +require 'spec_helper' + +# Specs in this file have access to a helper object that includes +# the ImportsHelper. For example: +# +# describe ImportsHelper do +#   describe "string concat" do +#     it "concats two strings with spaces" do +#       helper.concat_strings("this","that").should == "this that" +#     end +#   end +# end +describe ImportsHelper do +  pending "add some examples to (or delete) #{__FILE__}" +end  | 
