#get_marked_text(text) /home/kevin/mitx_all/cs_comments_service/spec/models/at_user_observer_spec.rb describe "#get_marked_text(text)" do
#get_valid_at_position_list(text) /home/kevin/mitx_all/cs_comments_service/spec/models/at_user_observer_spec.rb describe "#get_valid_at_position_list(text)" do
A /home/kevin/mitx_all/cs_comments_service/spec/models/at_user_observer_spec.rb class A
A /home/kevin/mitx_all/cs_comments_service/spec/models/at_user_observer_spec.rb class A
DELETE /api/v1/:commentable_id/threads /home/kevin/mitx_all/cs_comments_service/spec/api/commentable_spec.rb describe "DELETE /api/v1/:commentable_id/threads" do
DELETE /api/v1/comments/:comment_id /home/kevin/mitx_all/cs_comments_service/spec/api/comment_spec.rb describe "DELETE /api/v1/comments/:comment_id" do
DELETE /api/v1/comments/:comment_id/votes /home/kevin/mitx_all/cs_comments_service/spec/api/vote_spec.rb describe "DELETE /api/v1/comments/:comment_id/votes" do
DELETE /api/v1/threads/:thread_id /home/kevin/mitx_all/cs_comments_service/spec/api/comment_thread_spec.rb describe "DELETE /api/v1/threads/:thread_id" do
DELETE /api/v1/threads/:thread_id/votes /home/kevin/mitx_all/cs_comments_service/spec/api/vote_spec.rb describe "DELETE /api/v1/threads/:thread_id/votes" do
GET /api/v1/:commentable_id/threads /home/kevin/mitx_all/cs_comments_service/spec/api/commentable_spec.rb describe "GET /api/v1/:commentable_id/threads" do
GET /api/v1/comments/:comment_id /home/kevin/mitx_all/cs_comments_service/spec/api/comment_spec.rb describe "GET /api/v1/comments/:comment_id" do
GET /api/v1/search/threads /home/kevin/mitx_all/cs_comments_service/spec/api/search_spec.rb describe "GET /api/v1/search/threads" do
GET /api/v1/threads/:thread_id /home/kevin/mitx_all/cs_comments_service/spec/api/comment_thread_spec.rb describe "GET /api/v1/threads/:thread_id" do
GET /api/v1/threads/tags /home/kevin/mitx_all/cs_comments_service/spec/api/comment_thread_spec.rb describe "GET /api/v1/threads/tags" do
GET /api/v1/threads/tags/autocomplete /home/kevin/mitx_all/cs_comments_service/spec/api/comment_thread_spec.rb describe "GET /api/v1/threads/tags/autocomplete" do
GET /api/v1/users/:user_id/notifications /home/kevin/mitx_all/cs_comments_service/spec/api/subscription_and_notification_spec.rb describe "GET /api/v1/users/:user_id/notifications" do
NilClass /home/kevin/mitx_all/cs_comments_service/lib/utils.rb class NilClass
Notification /home/kevin/mitx_all/cs_comments_service/models/notification.rb class Notification
POST /api/v1/:commentable_id/threads /home/kevin/mitx_all/cs_comments_service/spec/api/commentable_spec.rb describe "POST /api/v1/:commentable_id/threads" do
POST /api/v1/comments/:comment_id /home/kevin/mitx_all/cs_comments_service/spec/api/comment_spec.rb describe "POST /api/v1/comments/:comment_id" do
POST /api/v1/threads/:thread_id/comments /home/kevin/mitx_all/cs_comments_service/spec/api/comment_thread_spec.rb describe "POST /api/v1/threads/:thread_id/comments" do
POST /api/v1/users /home/kevin/mitx_all/cs_comments_service/spec/api/user_spec.rb describe "POST /api/v1/users" do
POST /api/v1/users/:user_id/subscriptions /home/kevin/mitx_all/cs_comments_service/spec/api/subscription_and_notification_spec.rb describe "POST /api/v1/users/:user_id/subscriptions" do
PUT /api/v1/comments/:comment_id /home/kevin/mitx_all/cs_comments_service/spec/api/comment_spec.rb describe "PUT /api/v1/comments/:comment_id" do
PUT /api/v1/comments/:comment_id/votes /home/kevin/mitx_all/cs_comments_service/spec/api/vote_spec.rb describe "PUT /api/v1/comments/:comment_id/votes" do
PUT /api/v1/threads/:thread_id /home/kevin/mitx_all/cs_comments_service/spec/api/comment_thread_spec.rb describe "PUT /api/v1/threads/:thread_id" do
PUT /api/v1/threads/:thread_id/votes /home/kevin/mitx_all/cs_comments_service/spec/api/vote_spec.rb describe "PUT /api/v1/threads/:thread_id/votes" do
PUT /api/v1/users/:user_id /home/kevin/mitx_all/cs_comments_service/spec/api/user_spec.rb describe "PUT /api/v1/users/:user_id" do
PostReplyObserver /home/kevin/mitx_all/cs_comments_service/models/observers/post_reply_observer.rb class PostReplyObserver
PostTopicObserver /home/kevin/mitx_all/cs_comments_service/models/observers/post_topic_observer.rb class PostTopicObserver
accepts [a-z 0-9 + # - .]words, numbers, dashes, spaces but no underscores in tags /home/kevin/mitx_all/cs_comments_service/spec/api/commentable_spec.rb it "accepts [a-z 0-9 + # - .]words, numbers, dashes, spaces but no underscores in tags" do
commentables /home/kevin/mitx_all/cs_comments_service/spec/api/commentable_spec.rb describe "commentables" do
comments /home/kevin/mitx_all/cs_comments_service/spec/api/comment_spec.rb describe "comments" do
config /home/kevin/mitx_all/cs_comments_service/config/application.rb class << self; attr_accessor :config; end
config /home/kevin/mitx_all/cs_comments_service/app.rb class << self; attr_accessor :config; end
create a comment to the comment thread /home/kevin/mitx_all/cs_comments_service/spec/api/comment_thread_spec.rb it "create a comment to the comment thread" do
create a new comment thread for a new commentable object /home/kevin/mitx_all/cs_comments_service/spec/api/commentable_spec.rb it "create a new comment thread for a new commentable object" do
create a new comment thread for the commentable object /home/kevin/mitx_all/cs_comments_service/spec/api/commentable_spec.rb it "create a new comment thread for the commentable object" do
create a new comment thread with tag /home/kevin/mitx_all/cs_comments_service/spec/api/commentable_spec.rb it "create a new comment thread with tag" do
create a sub comment to the comment /home/kevin/mitx_all/cs_comments_service/spec/api/comment_spec.rb it "create a sub comment to the comment" do
create or update the vote on the comment /home/kevin/mitx_all/cs_comments_service/spec/api/vote_spec.rb it "create or update the vote on the comment" do
create or update the vote on the thread /home/kevin/mitx_all/cs_comments_service/spec/api/vote_spec.rb it "create or update the vote on the thread" do
creates a user /home/kevin/mitx_all/cs_comments_service/spec/api/user_spec.rb it "creates a user" do
delete all associated threads and comments of a commentable /home/kevin/mitx_all/cs_comments_service/spec/api/commentable_spec.rb it "delete all associated threads and comments of a commentable" do
delete the comment and its sub comments /home/kevin/mitx_all/cs_comments_service/spec/api/comment_spec.rb it "delete the comment and its sub comments" do
delete the comment thread and its comments /home/kevin/mitx_all/cs_comments_service/spec/api/comment_thread_spec.rb it "delete the comment thread and its comments" do
does not follow oneself /home/kevin/mitx_all/cs_comments_service/spec/api/subscription_and_notification_spec.rb it "does not follow oneself" do
does not follow the same user twice /home/kevin/mitx_all/cs_comments_service/spec/api/subscription_and_notification_spec.rb it "does not follow the same user twice" do
does not update id /home/kevin/mitx_all/cs_comments_service/spec/api/user_spec.rb it "does not update id" do
get all comment threads and comments associated with a commentable object /home/kevin/mitx_all/cs_comments_service/spec/api/commentable_spec.rb it "get all comment threads and comments associated with a commentable object" do
get all comment threads associated with a commentable object /home/kevin/mitx_all/cs_comments_service/spec/api/commentable_spec.rb it "get all comment threads associated with a commentable object" do
get all notifications on the followed user for the user /home/kevin/mitx_all/cs_comments_service/spec/api/subscription_and_notification_spec.rb it "get all notifications on the followed user for the user" do
get all notifications on the subscribed comment threads for the user /home/kevin/mitx_all/cs_comments_service/spec/api/subscription_and_notification_spec.rb it "get all notifications on the subscribed comment threads for the user" do
get all notifications on the subscribed commentable for the user /home/kevin/mitx_all/cs_comments_service/spec/api/subscription_and_notification_spec.rb it "get all notifications on the subscribed commentable for the user" do
get all tags used in threads /home/kevin/mitx_all/cs_comments_service/spec/api/comment_thread_spec.rb it "get all tags used in threads" do
get information of a single comment thread /home/kevin/mitx_all/cs_comments_service/spec/api/comment_thread_spec.rb it "get information of a single comment thread" do
get information of a single comment thread with its comments /home/kevin/mitx_all/cs_comments_service/spec/api/comment_thread_spec.rb it "get information of a single comment thread with its comments" do
get information of a single comment thread with its tags /home/kevin/mitx_all/cs_comments_service/spec/api/comment_thread_spec.rb it "get information of a single comment thread with its tags" do
handle normally when commentable does not exist /home/kevin/mitx_all/cs_comments_service/spec/api/commentable_spec.rb it "handle normally when commentable does not exist" do
respond ok when unfollowing user twice /home/kevin/mitx_all/cs_comments_service/spec/api/subscription_and_notification_spec.rb it "respond ok when unfollowing user twice" do
retrieve information of a single comment /home/kevin/mitx_all/cs_comments_service/spec/api/comment_spec.rb it "retrieve information of a single comment" do
retrieve information of a single comment with its sub comments /home/kevin/mitx_all/cs_comments_service/spec/api/comment_spec.rb it "retrieve information of a single comment with its sub comments" do
returns 400 when the comment does not exist /home/kevin/mitx_all/cs_comments_service/spec/api/comment_spec.rb it "returns 400 when the comment does not exist" do
returns 400 when the comment does not exist /home/kevin/mitx_all/cs_comments_service/spec/api/comment_spec.rb it "returns 400 when the comment does not exist" do
returns 400 when the comment does not exist /home/kevin/mitx_all/cs_comments_service/spec/api/comment_spec.rb it "returns 400 when the comment does not exist" do
returns 400 when the comment does not exist /home/kevin/mitx_all/cs_comments_service/spec/api/comment_spec.rb it "returns 400 when the comment does not exist" do
returns 400 when the comment does not exist /home/kevin/mitx_all/cs_comments_service/spec/api/vote_spec.rb it "returns 400 when the comment does not exist" do
returns 400 when the comment does not exist /home/kevin/mitx_all/cs_comments_service/spec/api/vote_spec.rb it "returns 400 when the comment does not exist" do
returns 400 when the comment does not exist /home/kevin/mitx_all/cs_comments_service/spec/api/vote_spec.rb it "returns 400 when the comment does not exist" do
returns 400 when the thread does not exist /home/kevin/mitx_all/cs_comments_service/spec/api/vote_spec.rb it "returns 400 when the thread does not exist" do
returns 400 when the thread does not exist /home/kevin/mitx_all/cs_comments_service/spec/api/comment_thread_spec.rb it "returns 400 when the thread does not exist" do
returns 400 when the thread does not exist /home/kevin/mitx_all/cs_comments_service/spec/api/comment_thread_spec.rb it "returns 400 when the thread does not exist" do
returns 400 when the thread does not exist /home/kevin/mitx_all/cs_comments_service/spec/api/comment_thread_spec.rb it "returns 400 when the thread does not exist" do
returns 400 when the thread does not exist /home/kevin/mitx_all/cs_comments_service/spec/api/comment_thread_spec.rb it "returns 400 when the thread does not exist" do
returns 400 when user_id is not provided /home/kevin/mitx_all/cs_comments_service/spec/api/vote_spec.rb it "returns 400 when user_id is not provided" do
returns 400 when user_id is not provided /home/kevin/mitx_all/cs_comments_service/spec/api/vote_spec.rb it "returns 400 when user_id is not provided" do
returns 400 when user_id is not provided /home/kevin/mitx_all/cs_comments_service/spec/api/vote_spec.rb it "returns 400 when user_id is not provided" do
returns 400 when user_id is not provided /home/kevin/mitx_all/cs_comments_service/spec/api/vote_spec.rb it "returns 400 when user_id is not provided" do
returns 400 when value is not provided or invalid /home/kevin/mitx_all/cs_comments_service/spec/api/vote_spec.rb it "returns 400 when value is not provided or invalid" do
returns 400 when value is not provided or invalid /home/kevin/mitx_all/cs_comments_service/spec/api/vote_spec.rb it "returns 400 when value is not provided or invalid" do
returns all threads tagged with all tags /home/kevin/mitx_all/cs_comments_service/spec/api/search_spec.rb it "returns all threads tagged with all tags" do
returns an empty array when the commentable object does not exist (no threads) /home/kevin/mitx_all/cs_comments_service/spec/api/commentable_spec.rb it "returns an empty array when the commentable object does not exist (no threads)" do
returns autocomplete results /home/kevin/mitx_all/cs_comments_service/spec/api/comment_thread_spec.rb it "returns autocomplete results" do
returns error if new information has conflict with other users /home/kevin/mitx_all/cs_comments_service/spec/api/user_spec.rb it "returns error if new information has conflict with other users" do
returns error if user does not exist /home/kevin/mitx_all/cs_comments_service/spec/api/subscription_and_notification_spec.rb it "returns error if user does not exist" do
returns error if user does not exist /home/kevin/mitx_all/cs_comments_service/spec/api/user_spec.rb it "returns error if user does not exist" do
returns error when body or course_id does not exist, or when body is blank /home/kevin/mitx_all/cs_comments_service/spec/api/comment_thread_spec.rb it "returns error when body or course_id does not exist, or when body is blank" do
returns error when id / username / email already exists /home/kevin/mitx_all/cs_comments_service/spec/api/user_spec.rb it "returns error when id / username / email already exists" do
returns error when title or body is blank (only consists of spaces and new lines) /home/kevin/mitx_all/cs_comments_service/spec/api/commentable_spec.rb it "returns error when title or body is blank (only consists of spaces and new lines)" do
returns error when title, body or course id does not exist /home/kevin/mitx_all/cs_comments_service/spec/api/commentable_spec.rb it "returns error when title, body or course id does not exist" do
returns marked at text /home/kevin/mitx_all/cs_comments_service/spec/models/at_user_observer_spec.rb it "returns marked at text" do
returns the list of positions for the valid @ notifications, filtering out the ones in code blocks /home/kevin/mitx_all/cs_comments_service/spec/models/at_user_observer_spec.rb it "returns the list of positions for the valid @ notifications, filtering out the ones in code blocks" do
subscriptions and notifications /home/kevin/mitx_all/cs_comments_service/spec/api/subscription_and_notification_spec.rb describe "subscriptions and notifications" do
unsubscribe a comment thread /home/kevin/mitx_all/cs_comments_service/spec/api/subscription_and_notification_spec.rb it "unsubscribe a comment thread" do
unsubscribe a commentable /home/kevin/mitx_all/cs_comments_service/spec/api/subscription_and_notification_spec.rb it "unsubscribe a commentable" do
unvote on the comment /home/kevin/mitx_all/cs_comments_service/spec/api/vote_spec.rb it "unvote on the comment" do
unvote on the thread /home/kevin/mitx_all/cs_comments_service/spec/api/vote_spec.rb it "unvote on the thread" do
update information of comment thread /home/kevin/mitx_all/cs_comments_service/spec/api/comment_thread_spec.rb it "update information of comment thread" do
update information of the comment /home/kevin/mitx_all/cs_comments_service/spec/api/comment_spec.rb it "update information of the comment" do
updates tag of comment thread /home/kevin/mitx_all/cs_comments_service/spec/api/comment_thread_spec.rb it "updates tag of comment thread" do
updates user information /home/kevin/mitx_all/cs_comments_service/spec/api/user_spec.rb it "updates user information" do
votes /home/kevin/mitx_all/cs_comments_service/spec/api/vote_spec.rb describe "votes" do
where /home/kevin/mitx_all/cs_comments_service/models/commentable.rb def self.where(params={})
1353458193
#get_marked_text(text) /Users/kevinchugh/mitx_all/cs_comments_service/spec/models/at_user_observer_spec.rb describe "#get_marked_text(text)" do
#get_valid_at_position_list(text) /Users/kevinchugh/mitx_all/cs_comments_service/spec/models/at_user_observer_spec.rb describe "#get_valid_at_position_list(text)" do
A /Users/kevinchugh/mitx_all/cs_comments_service/spec/models/at_user_observer_spec.rb class A
A /Users/kevinchugh/mitx_all/cs_comments_service/spec/models/at_user_observer_spec.rb class A
DELETE /api/v1/:commentable_id/threads /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/commentable_spec.rb describe "DELETE /api/v1/:commentable_id/threads" do
DELETE /api/v1/comments/:comment_id /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/comment_spec.rb describe "DELETE /api/v1/comments/:comment_id" do
DELETE /api/v1/comments/:comment_id/votes /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/vote_spec.rb describe "DELETE /api/v1/comments/:comment_id/votes" do
DELETE /api/v1/threads/:thread_id /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/comment_thread_spec.rb describe "DELETE /api/v1/threads/:thread_id" do
DELETE /api/v1/threads/:thread_id/votes /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/vote_spec.rb describe "DELETE /api/v1/threads/:thread_id/votes" do
GET /api/v1/:commentable_id/threads /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/commentable_spec.rb describe "GET /api/v1/:commentable_id/threads" do
GET /api/v1/comments/:comment_id /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/comment_spec.rb describe "GET /api/v1/comments/:comment_id" do
GET /api/v1/search/threads /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/search_spec.rb describe "GET /api/v1/search/threads" do
GET /api/v1/threads/:thread_id /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/comment_thread_spec.rb describe "GET /api/v1/threads/:thread_id" do
GET /api/v1/threads/tags /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/comment_thread_spec.rb describe "GET /api/v1/threads/tags" do
GET /api/v1/threads/tags/autocomplete /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/comment_thread_spec.rb describe "GET /api/v1/threads/tags/autocomplete" do
GET /api/v1/users/:user_id/notifications /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/subscription_and_notification_spec.rb describe "GET /api/v1/users/:user_id/notifications" do
NilClass /Users/kevinchugh/mitx_all/cs_comments_service/lib/utils.rb class NilClass
Notification /Users/kevinchugh/mitx_all/cs_comments_service/models/notification.rb class Notification
POST /api/v1/:commentable_id/threads /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/commentable_spec.rb describe "POST /api/v1/:commentable_id/threads" do
POST /api/v1/comments/:comment_id /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/comment_spec.rb describe "POST /api/v1/comments/:comment_id" do
POST /api/v1/threads/:thread_id/comments /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/comment_thread_spec.rb describe "POST /api/v1/threads/:thread_id/comments" do
POST /api/v1/users /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/user_spec.rb describe "POST /api/v1/users" do
POST /api/v1/users/:user_id/subscriptions /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/subscription_and_notification_spec.rb describe "POST /api/v1/users/:user_id/subscriptions" do
PUT /api/v1/comments/:comment_id /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/comment_spec.rb describe "PUT /api/v1/comments/:comment_id" do
PUT /api/v1/comments/:comment_id/votes /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/vote_spec.rb describe "PUT /api/v1/comments/:comment_id/votes" do
PUT /api/v1/threads/:thread_id /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/comment_thread_spec.rb describe "PUT /api/v1/threads/:thread_id" do
PUT /api/v1/threads/:thread_id/votes /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/vote_spec.rb describe "PUT /api/v1/threads/:thread_id/votes" do
PUT /api/v1/users/:user_id /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/user_spec.rb describe "PUT /api/v1/users/:user_id" do
PostReplyObserver /Users/kevinchugh/mitx_all/cs_comments_service/models/observers/post_reply_observer.rb class PostReplyObserver
PostTopicObserver /Users/kevinchugh/mitx_all/cs_comments_service/models/observers/post_topic_observer.rb class PostTopicObserver
accepts [a-z 0-9 + # - .]words, numbers, dashes, spaces but no underscores in tags /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/commentable_spec.rb it "accepts [a-z 0-9 + # - .]words, numbers, dashes, spaces but no underscores in tags" do
commentables /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/commentable_spec.rb describe "commentables" do
comments /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/comment_spec.rb describe "comments" do
config /Users/kevinchugh/mitx_all/cs_comments_service/config/application.rb class << self; attr_accessor :config; end
config /Users/kevinchugh/mitx_all/cs_comments_service/app.rb class << self; attr_accessor :config; end
create a comment to the comment thread /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/comment_thread_spec.rb it "create a comment to the comment thread" do
create a new comment thread for a new commentable object /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/commentable_spec.rb it "create a new comment thread for a new commentable object" do
create a new comment thread for the commentable object /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/commentable_spec.rb it "create a new comment thread for the commentable object" do
create a new comment thread with tag /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/commentable_spec.rb it "create a new comment thread with tag" do
create a sub comment to the comment /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/comment_spec.rb it "create a sub comment to the comment" do
create or update the vote on the comment /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/vote_spec.rb it "create or update the vote on the comment" do
create or update the vote on the thread /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/vote_spec.rb it "create or update the vote on the thread" do
creates a user /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/user_spec.rb it "creates a user" do
delete all associated threads and comments of a commentable /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/commentable_spec.rb it "delete all associated threads and comments of a commentable" do
delete the comment and its sub comments /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/comment_spec.rb it "delete the comment and its sub comments" do
delete the comment thread and its comments /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/comment_thread_spec.rb it "delete the comment thread and its comments" do
does not follow oneself /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/subscription_and_notification_spec.rb it "does not follow oneself" do
does not follow the same user twice /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/subscription_and_notification_spec.rb it "does not follow the same user twice" do
does not update id /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/user_spec.rb it "does not update id" do
get all comment threads and comments associated with a commentable object /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/commentable_spec.rb it "get all comment threads and comments associated with a commentable object" do
get all comment threads associated with a commentable object /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/commentable_spec.rb it "get all comment threads associated with a commentable object" do
get all notifications on the followed user for the user /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/subscription_and_notification_spec.rb it "get all notifications on the followed user for the user" do
get all notifications on the subscribed comment threads for the user /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/subscription_and_notification_spec.rb it "get all notifications on the subscribed comment threads for the user" do
get all notifications on the subscribed commentable for the user /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/subscription_and_notification_spec.rb it "get all notifications on the subscribed commentable for the user" do
get all tags used in threads /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/comment_thread_spec.rb it "get all tags used in threads" do
get information of a single comment thread /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/comment_thread_spec.rb it "get information of a single comment thread" do
get information of a single comment thread with its comments /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/comment_thread_spec.rb it "get information of a single comment thread with its comments" do
get information of a single comment thread with its tags /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/comment_thread_spec.rb it "get information of a single comment thread with its tags" do
handle normally when commentable does not exist /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/commentable_spec.rb it "handle normally when commentable does not exist" do
knows if it is #endorsed? /Users/kevinchugh/mitx_all/cs_comments_service/spec/models/comment_thread_spec.rb it "knows if it is #endorsed?" do
knows when it is not #endorsed? /Users/kevinchugh/mitx_all/cs_comments_service/spec/models/comment_thread_spec.rb it "knows when it is not #endorsed?" do
respond ok when unfollowing user twice /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/subscription_and_notification_spec.rb it "respond ok when unfollowing user twice" do
retrieve information of a single comment /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/comment_spec.rb it "retrieve information of a single comment" do
retrieve information of a single comment with its sub comments /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/comment_spec.rb it "retrieve information of a single comment with its sub comments" do
returns 400 when the comment does not exist /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/vote_spec.rb it "returns 400 when the comment does not exist" do
returns 400 when the comment does not exist /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/vote_spec.rb it "returns 400 when the comment does not exist" do
returns 400 when the comment does not exist /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/vote_spec.rb it "returns 400 when the comment does not exist" do
returns 400 when the comment does not exist /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/comment_spec.rb it "returns 400 when the comment does not exist" do
returns 400 when the comment does not exist /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/comment_spec.rb it "returns 400 when the comment does not exist" do
returns 400 when the comment does not exist /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/comment_spec.rb it "returns 400 when the comment does not exist" do
returns 400 when the comment does not exist /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/comment_spec.rb it "returns 400 when the comment does not exist" do
returns 400 when the thread does not exist /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/vote_spec.rb it "returns 400 when the thread does not exist" do
returns 400 when the thread does not exist /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/comment_thread_spec.rb it "returns 400 when the thread does not exist" do
returns 400 when the thread does not exist /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/comment_thread_spec.rb it "returns 400 when the thread does not exist" do
returns 400 when the thread does not exist /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/comment_thread_spec.rb it "returns 400 when the thread does not exist" do
returns 400 when the thread does not exist /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/comment_thread_spec.rb it "returns 400 when the thread does not exist" do
returns 400 when user_id is not provided /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/vote_spec.rb it "returns 400 when user_id is not provided" do
returns 400 when user_id is not provided /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/vote_spec.rb it "returns 400 when user_id is not provided" do
returns 400 when user_id is not provided /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/vote_spec.rb it "returns 400 when user_id is not provided" do
returns 400 when user_id is not provided /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/vote_spec.rb it "returns 400 when user_id is not provided" do
returns 400 when value is not provided or invalid /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/vote_spec.rb it "returns 400 when value is not provided or invalid" do
returns 400 when value is not provided or invalid /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/vote_spec.rb it "returns 400 when value is not provided or invalid" do
returns all threads tagged with all tags /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/search_spec.rb it "returns all threads tagged with all tags" do
returns an empty array when the commentable object does not exist (no threads) /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/commentable_spec.rb it "returns an empty array when the commentable object does not exist (no threads)" do
returns autocomplete results /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/comment_thread_spec.rb it "returns autocomplete results" do
returns error if new information has conflict with other users /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/user_spec.rb it "returns error if new information has conflict with other users" do
returns error if user does not exist /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/user_spec.rb it "returns error if user does not exist" do
returns error if user does not exist /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/subscription_and_notification_spec.rb it "returns error if user does not exist" do
returns error when body or course_id does not exist, or when body is blank /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/comment_thread_spec.rb it "returns error when body or course_id does not exist, or when body is blank" do
returns error when id / username / email already exists /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/user_spec.rb it "returns error when id / username / email already exists" do
returns error when title or body is blank (only consists of spaces and new lines) /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/commentable_spec.rb it "returns error when title or body is blank (only consists of spaces and new lines)" do
returns error when title, body or course id does not exist /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/commentable_spec.rb it "returns error when title, body or course id does not exist" do
returns marked at text /Users/kevinchugh/mitx_all/cs_comments_service/spec/models/at_user_observer_spec.rb it "returns marked at text" do
returns the list of positions for the valid @ notifications, filtering out the ones in code blocks /Users/kevinchugh/mitx_all/cs_comments_service/spec/models/at_user_observer_spec.rb it "returns the list of positions for the valid @ notifications, filtering out the ones in code blocks" do
subscribe a comment thread /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/subscription_and_notification_spec.rb it "subscribe a comment thread" do
subscribe a commentable /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/subscription_and_notification_spec.rb it "subscribe a commentable" do
subscriptions and notifications /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/subscription_and_notification_spec.rb describe "subscriptions and notifications" do
unsubscribe a comment thread /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/subscription_and_notification_spec.rb it "unsubscribe a comment thread" do
unsubscribe a commentable /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/subscription_and_notification_spec.rb it "unsubscribe a commentable" do
unvote on the comment /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/vote_spec.rb it "unvote on the comment" do
unvote on the thread /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/vote_spec.rb it "unvote on the thread" do
update information of comment thread /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/comment_thread_spec.rb it "update information of comment thread" do
update information of the comment /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/comment_spec.rb it "update information of the comment" do
updates tag of comment thread /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/comment_thread_spec.rb it "updates tag of comment thread" do
updates user information /Users/kevinchugh/mitx_all/cs_comments_service/spec/api/user_spec.rb it "updates user information" do