creddit/spec/helpers/comments_helper_spec.rb

8 lines
131 B
Ruby
Raw Permalink Normal View History

2015-07-16 11:57:27 -04:00
require 'rails_helper'
describe CommentsHelper do
describe '#nested_comments' do
it 'renders the comment partial'
end
end