Sha256: 8f3f66f01e434edc3fa8f0a4867625b8a92f40e3c0cbbf80f5e14be62da0e9ff

Contents?: true

Size: 257 Bytes

Versions: 6

Compression:

Stored size: 257 Bytes

Contents

require 'spec_helper'

describe Commontator::ThreadsController do
  it 'must get show' do
    thread = Commontator::Thread.new
    thread.commontable = thread
    thread.save!
    thread.commontable = nil
    thread.save!
    get :id => thread.id
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
commontator-1.1.1 spec/app/controllers/threads_controller_spec.rb~
commontator-1.1.0 spec/app/controllers/threads_controller_spec.rb~
commontator-1.0.6 spec/app/controllers/threads_controller_spec.rb~
commontator-1.0.5 spec/app/controllers/threads_controller_spec.rb~
commontator-1.0.4 spec/app/controllers/threads_controller_spec.rb~
commontator-1.0.3 spec/app/controllers/threads_controller_spec.rb~