Sha256: 780d81b91d362b01d95ce66e8416c173879c042bd89962563ec585f0487a5a1f

Contents?: true

Size: 325 Bytes

Versions: 5

Compression:

Stored size: 325 Bytes

Contents

require 'minitest_helper'

module Commontator
  describe SharedHelper do
    it 'must show commontator thread' do
      view_context = DummyModelsController.new.view_context
      thread_link = view_context.commontator_thread(DummyModel.create)
      thread_link.wont_be_nil
      thread_link.wont_be_empty
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
commontator-2.0.2 spec/lib/commontator/shared_helper_spec.rb
commontator-2.0.1 spec/lib/commontator/shared_helper_spec.rb
commontator-2.0.0 spec/lib/commontator/shared_helper_spec.rb
commontator-1.1.3 spec/lib/commontator/shared_helper_spec.rb
commontator-1.1.2 spec/lib/commontator/shared_helper_spec.rb