Sha256: c55826141e28a945924f427957ce2d10157d10faddf34f282aa819113353afb6

Contents?: true

Size: 426 Bytes

Versions: 3

Compression:

Stored size: 426 Bytes

Contents

require 'spec_helper'

# Specs in this file have access to a helper object that includes
# the PostsHelper. For example:
#
# describe PostsHelper do
#   describe "string concat" do
#     it "concats two strings with spaces" do
#       helper.concat_strings("this","that").should == "this that"
#     end
#   end
# end
module Forem
  describe PostsHelper do
    pending "add some examples to (or delete) #{__FILE__}"
  end
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
neifelheim-forem-0.0.2 spec/helpers/forem/posts_helper_spec.rb
redlumxn-forem-0.0.2 spec/helpers/forem/posts_helper_spec.rb
redlumxn-forem-0.0.1 spec/helpers/forem/posts_helper_spec.rb