aboutsummaryrefslogtreecommitdiffstats
path: root/spec/helpers/help_helper_spec.rb
diff options
context:
space:
mode:
authorAlban Peignier2012-04-16 14:56:38 +0200
committerAlban Peignier2012-04-16 14:56:38 +0200
commitcda5d74c245e03c194996a3cfe5221785474d12b (patch)
treef43323e16d0d60c54e645db1ae1c63e1b4f611b1 /spec/helpers/help_helper_spec.rb
parenta3b6f1c459e409023a1ef531e4f6f8084731a8f9 (diff)
downloadchouette-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.rb15
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