Fixing some bugs, adding pending test examples
This commit is contained in:
@ -1,5 +1,10 @@
|
||||
require 'rails_helper'
|
||||
|
||||
RSpec.describe PostStatusService do
|
||||
pending
|
||||
subject { PostStatusService.new }
|
||||
|
||||
it 'creates a new status'
|
||||
it 'creates a new response status'
|
||||
it 'processes mentions'
|
||||
it 'pings PuSH hubs'
|
||||
end
|
||||
|
Reference in New Issue
Block a user