Sha256: 2b549efc112f64d4e17727e99c0ebf3f060ee8f9bc172fa08a34f13efe562ba3
Contents?: true
Size: 352 Bytes
Versions: 12
Compression:
Stored size: 352 Bytes
Contents
require 'spec_helper' describe ZendeskAPI::Topic::TopicComment, :not_findable do def valid_attributes { :body => "Texty-text, text.", :topic_id => topic.id } end it_should_be_creatable it_should_be_updatable :body it_should_be_deletable it_should_be_readable topic, :comments it_should_be_readable current_user, :topic_comments end
Version data entries
12 entries across 12 versions & 1 rubygems