opensupports/tests/ticket/comment.rb

14 lines
234 B
Ruby

describe 'ticket/comment/' do
it 'should fail if not logged' do
end
describe 'on successful request' do
it 'should add comment to current ticket' do
end
it 'should link the comment to author' do
end
end
end