require 'spec_helper' describe Commontator::CommentsController do it 'must get show' do get :show, :id => 1 end end