Browse Source

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
master
Matt Jankowski 7 years ago
committed by Eugen
parent
commit
f24daa399b
2 changed files with 0 additions and 8 deletions
  1. +0
    -4
      spec/helpers/stream_entries_helper_spec.rb
  2. +0
    -4
      spec/models/account_spec.rb

+ 0
- 4
spec/helpers/stream_entries_helper_spec.rb View File

@ -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

+ 0
- 4
spec/models/account_spec.rb View File

@ -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')

Loading…
Cancel
Save