Sha256: a2501fd623556f32cddd4acb638e23f6d05253a4f81a8d74d10833da10c41694

Contents?: true

Size: 238 Bytes

Versions: 6

Compression:

Stored size: 238 Bytes

Contents

require 'test_helper'

module Commontator
  describe ThreadsHelper do
    before do
      setup_helper_spec
    end
    
    it 'must print commontable name' do
      commontable_name(@thread).must_equal 'DummyModel #1'
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
commontator-4.5.3 spec/app/helpers/commontator/threads_helper_spec.rb~
commontator-4.2.2 spec/app/helpers/commontator/threads_helper_spec.rb~
commontator-4.2.1 spec/app/helpers/commontator/threads_helper_spec.rb~
commontator-4.2.0 spec/app/helpers/commontator/threads_helper_spec.rb~
commontator-4.1.2 spec/app/helpers/commontator/threads_helper_spec.rb~
commontator-4.1.1 spec/app/helpers/commontator/threads_helper_spec.rb~