You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
329 B

  1. require 'rails_helper'
  2. RSpec.describe Follow, type: :model do
  3. describe '#verb' do
  4. pending
  5. end
  6. describe '#title' do
  7. pending
  8. end
  9. describe '#content' do
  10. pending
  11. end
  12. describe '#object_type' do
  13. pending
  14. end
  15. describe '#target' do
  16. pending
  17. end
  18. describe '#mentions' do
  19. pending
  20. end
  21. end