From cda5d74c245e03c194996a3cfe5221785474d12b Mon Sep 17 00:00:00 2001 From: Alban Peignier Date: Mon, 16 Apr 2012 14:56:38 +0200 Subject: Manage help texts with a dedicated HelpController. Refs #12 --- spec/helpers/help_helper_spec.rb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 spec/helpers/help_helper_spec.rb (limited to 'spec/helpers/help_helper_spec.rb') 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 -- cgit v1.2.3