2016-02-24 23:17:01 +00:00
|
|
|
require 'rails_helper'
|
|
|
|
|
|
|
|
RSpec.describe PostStatusService do
|
2016-03-05 11:50:59 +00:00
|
|
|
subject { PostStatusService.new }
|
|
|
|
|
|
|
|
it 'creates a new status'
|
|
|
|
it 'creates a new response status'
|
|
|
|
it 'processes mentions'
|
|
|
|
it 'pings PuSH hubs'
|
2016-02-24 23:17:01 +00:00
|
|
|
end
|