aboutsummaryrefslogtreecommitdiffstats
path: root/spec/jobs/tweet_response_notification_job_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/jobs/tweet_response_notification_job_spec.rb')
-rw-r--r--spec/jobs/tweet_response_notification_job_spec.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/spec/jobs/tweet_response_notification_job_spec.rb b/spec/jobs/tweet_response_notification_job_spec.rb
new file mode 100644
index 0000000..2f848d2
--- /dev/null
+++ b/spec/jobs/tweet_response_notification_job_spec.rb
@@ -0,0 +1,5 @@
+require 'rails_helper'
+
+RSpec.describe TweetResponseNotificationJob, type: :job do
+ pending "add some examples to (or delete) #{__FILE__}"
+end