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