Skip to content
Snippets Groups Projects
Commit f24daa39 authored by Matt Jankowski's avatar Matt Jankowski Committed by Eugen
Browse files

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
parent af96e718
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -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')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment