Sha256: 82d0a64816d9d964099543293efb6f77c80c8db554d4724fe7d7ffa1df4781e2

Contents?: true

Size: 429 Bytes

Versions: 3

Compression:

Stored size: 429 Bytes

Contents

require 'spec_helper'

# Specs in this file have access to a helper object that includes
# the TopicsHelper. For example:
#
# describe TopicsHelper 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 TopicsHelper 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/topics_helper_spec.rb
redlumxn-forem-0.0.2 spec/helpers/forem/topics_helper_spec.rb
redlumxn-forem-0.0.1 spec/helpers/forem/topics_helper_spec.rb