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