Sha256: 9985e5ce2a36569b11c39382bf5deeaf1e9ed35c78340ce90a0a2cda2ecf1142
Contents?: true
Size: 524 Bytes
Versions: 52
Compression:
Stored size: 524 Bytes
Contents
require 'core/spec_helper' describe ZendeskAPI::Topic do def valid_attributes { :forum_id => forum.id, :title => "My Topic", :body => "The mayan calendar ends December 31st. Coincidence? I think not." } end it_should_be_creatable it_should_be_updatable :title it_should_be_deletable :create => true it_should_be_readable :topics it_should_be_readable current_user, :topics it_should_be_readable forum, :topics #it_should_be_readable :topics, :show_many, :verb => :post, :ids => end
Version data entries
52 entries across 52 versions & 1 rubygems