creddit/spec/helpers/comments_helper_spec.rb

7 lines
131 B
Ruby

require 'rails_helper'
describe CommentsHelper do
describe '#nested_comments' do
it 'renders the comment partial'
end
end