diff options
| author | Alban Peignier | 2012-04-16 14:56:38 +0200 | 
|---|---|---|
| committer | Alban Peignier | 2012-04-16 14:56:38 +0200 | 
| commit | cda5d74c245e03c194996a3cfe5221785474d12b (patch) | |
| tree | f43323e16d0d60c54e645db1ae1c63e1b4f611b1 /spec/helpers/help_helper_spec.rb | |
| parent | a3b6f1c459e409023a1ef531e4f6f8084731a8f9 (diff) | |
| download | chouette-core-cda5d74c245e03c194996a3cfe5221785474d12b.tar.bz2 | |
Manage help texts with a dedicated HelpController. Refs #12
Diffstat (limited to 'spec/helpers/help_helper_spec.rb')
| -rw-r--r-- | spec/helpers/help_helper_spec.rb | 15 | 
1 files changed, 15 insertions, 0 deletions
| diff --git a/spec/helpers/help_helper_spec.rb b/spec/helpers/help_helper_spec.rb new file mode 100644 index 000000000..29709b960 --- /dev/null +++ b/spec/helpers/help_helper_spec.rb @@ -0,0 +1,15 @@ +require 'spec_helper' + +# Specs in this file have access to a helper object that includes +# the HelpHelper. For example: +# +# describe HelpHelper do +#   describe "string concat" do +#     it "concats two strings with spaces" do +#       helper.concat_strings("this","that").should == "this that" +#     end +#   end +# end +describe HelpHelper do +  pending "add some examples to (or delete) #{__FILE__}" +end | 
