about summary refs log tree commit diff
path: root/spec/models/account_spec.rb
diff options
context:
space:
mode:
authorMatt Jankowski <mjankowski@thoughtbot.com>2017-04-12 20:51:13 -0400
committerEugen <eugen@zeonfederated.com>2017-04-13 02:51:13 +0200
commitf24daa399ba78fee689241cd27911f6769da7bb7 (patch)
treeeb56979642ebdef1f209d9ef75bb1077c30eeb31 /spec/models/account_spec.rb
parentaf96e71883755a0509aa23d550cd55bd17bfb323 (diff)
Remove pending specs for methods that dont exist (#1658)
* Remote spec for non-existent entry_classes helper method

This method no longer exists, and is handled by a local variable in a partial
instead.

* Remove spec for non-existent Account#ping! method
Diffstat (limited to 'spec/models/account_spec.rb')
-rw-r--r--spec/models/account_spec.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/models/account_spec.rb b/spec/models/account_spec.rb
index fb367ab7a..46c1ff63c 100644
--- a/spec/models/account_spec.rb
+++ b/spec/models/account_spec.rb
@@ -118,10 +118,6 @@ RSpec.describe Account, type: :model do
     end
   end
 
-  describe '#ping!' do
-    pending
-  end
-
   describe '#favourited?' do
     let(:original_status) do
       author = Fabricate(:account, username: 'original')