From: Matt Jankowski Date: Thu, 13 Apr 2017 00:51:13 +0000 (-0400) Subject: Remove pending specs for methods that dont exist (#1658) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=f24daa399ba78fee689241cd27911f6769da7bb7;p=mastodon.git 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 --- diff --git a/spec/helpers/stream_entries_helper_spec.rb b/spec/helpers/stream_entries_helper_spec.rb index a83133917..e2544e311 100644 --- a/spec/helpers/stream_entries_helper_spec.rb +++ b/spec/helpers/stream_entries_helper_spec.rb @@ -14,8 +14,4 @@ RSpec.describe StreamEntriesHelper, type: :helper do expect(helper.display_name(account)).to eq "Username" end end - - describe '#entry_classes' do - pending - end end 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')