X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=spec%2Fhelpers%2Fspeach_balloon_templates_helper_spec.rb;fp=spec%2Fhelpers%2Fspeach_balloon_templates_helper_spec.rb;h=6dc42fff261a2cb288f7d123e1d650b54db23017;hb=446bb160b02df2c5966188f18e28632e70723861;hp=0000000000000000000000000000000000000000;hpb=ef9a33979c325f99b16263c4275379f4885f30ee;p=pettanr%2Fpettanr.git diff --git a/spec/helpers/speach_balloon_templates_helper_spec.rb b/spec/helpers/speach_balloon_templates_helper_spec.rb new file mode 100644 index 00000000..6dc42fff --- /dev/null +++ b/spec/helpers/speach_balloon_templates_helper_spec.rb @@ -0,0 +1,15 @@ +require 'spec_helper' + +# Specs in this file have access to a helper object that includes +# the SpeachBalloonTemplatesHelper. For example: +# +# describe SpeachBalloonTemplatesHelper do +# describe "string concat" do +# it "concats two strings with spaces" do +# helper.concat_strings("this","that").should == "this that" +# end +# end +# end +describe SpeachBalloonTemplatesHelper do + pending "add some examples to (or delete) #{__FILE__}" +end