X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=spec%2Fhelpers%2Ffeed_helper_spec.rb;fp=spec%2Fhelpers%2Ffeed_helper_spec.rb;h=614ffdab8a80780cccabe67a7713b6b0a3764548;hb=0c831f9107670526c653c82f182b0b6983f49c31;hp=0000000000000000000000000000000000000000;hpb=5286275b37ab4a323379b6658a9c6d1e7cebfd46;p=feedcatcher.git diff --git a/spec/helpers/feed_helper_spec.rb b/spec/helpers/feed_helper_spec.rb new file mode 100644 index 0000000..614ffda --- /dev/null +++ b/spec/helpers/feed_helper_spec.rb @@ -0,0 +1,15 @@ +require 'spec_helper' + +# Specs in this file have access to a helper object that includes +# the FeedHelper. For example: +# +# describe FeedHelper do +# describe "string concat" do +# it "concats two strings with spaces" do +# expect(helper.concat_strings("this","that")).to eq("this that") +# end +# end +# end +describe FeedHelper do + pending "add some examples to (or delete) #{__FILE__}" +end