about summary refs log tree commit diff
path: root/spec/services/post_status_service_spec.rb
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-03-05 12:50:59 +0100
committerEugen Rochko <eugen@zeonfederated.com>2016-03-05 12:50:59 +0100
commit3b4e04dc32eba0f5b1ac11e2db2edd7ca7351291 (patch)
tree23388ff4b32bb07b5e8d09b62ac06ed25436d6cf /spec/services/post_status_service_spec.rb
parent23d08c6749eb142b24f22045f643d0591af579ff (diff)
Fixing some bugs, adding pending test examples
Diffstat (limited to 'spec/services/post_status_service_spec.rb')
-rw-r--r--spec/services/post_status_service_spec.rb7
1 files changed, 6 insertions, 1 deletions
diff --git a/spec/services/post_status_service_spec.rb b/spec/services/post_status_service_spec.rb
index 43d58719d..9ee4daf6f 100644
--- a/spec/services/post_status_service_spec.rb
+++ b/spec/services/post_status_service_spec.rb
@@ -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