diff options
author | Matt Jankowski <mjankowski@thoughtbot.com> | 2017-04-12 20:51:13 -0400 |
---|---|---|
committer | Eugen <eugen@zeonfederated.com> | 2017-04-13 02:51:13 +0200 |
commit | f24daa399ba78fee689241cd27911f6769da7bb7 (patch) | |
tree | eb56979642ebdef1f209d9ef75bb1077c30eeb31 /spec/helpers | |
parent | af96e71883755a0509aa23d550cd55bd17bfb323 (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/helpers')
-rw-r--r-- | spec/helpers/stream_entries_helper_spec.rb | 4 |
1 files changed, 0 insertions, 4 deletions
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 |