Refactoring Grape API methods into normal controllers & other things
This commit is contained in:
parent
11ff92c9d7
commit
0e8f59c16f
63 changed files with 336 additions and 406 deletions
123
spec/helpers/atom_builder_helper_spec.rb
Normal file
123
spec/helpers/atom_builder_helper_spec.rb
Normal file
|
@ -0,0 +1,123 @@
|
|||
require 'rails_helper'
|
||||
|
||||
RSpec.describe AtomBuilderHelper, type: :helper do
|
||||
describe '#stream_updated_at' do
|
||||
pending
|
||||
end
|
||||
|
||||
describe '#entry' do
|
||||
pending
|
||||
end
|
||||
|
||||
describe '#feed' do
|
||||
pending
|
||||
end
|
||||
|
||||
describe '#unique_id' do
|
||||
pending
|
||||
end
|
||||
|
||||
describe '#simple_id' do
|
||||
pending
|
||||
end
|
||||
|
||||
describe '#published_at' do
|
||||
pending
|
||||
end
|
||||
|
||||
describe '#updated_at' do
|
||||
pending
|
||||
end
|
||||
|
||||
describe '#verb' do
|
||||
pending
|
||||
end
|
||||
|
||||
describe '#content' do
|
||||
pending
|
||||
end
|
||||
|
||||
describe '#title' do
|
||||
pending
|
||||
end
|
||||
|
||||
describe '#author' do
|
||||
pending
|
||||
end
|
||||
|
||||
describe '#target' do
|
||||
pending
|
||||
end
|
||||
|
||||
describe '#object_type' do
|
||||
pending
|
||||
end
|
||||
|
||||
describe '#uri' do
|
||||
pending
|
||||
end
|
||||
|
||||
describe '#name' do
|
||||
pending
|
||||
end
|
||||
|
||||
describe '#summary' do
|
||||
pending
|
||||
end
|
||||
|
||||
describe '#subtitle' do
|
||||
pending
|
||||
end
|
||||
|
||||
describe '#link_alternate' do
|
||||
pending
|
||||
end
|
||||
|
||||
describe '#link_self' do
|
||||
pending
|
||||
end
|
||||
|
||||
describe '#link_hub' do
|
||||
pending
|
||||
end
|
||||
|
||||
describe '#link_salmon' do
|
||||
pending
|
||||
end
|
||||
|
||||
describe '#portable_contact' do
|
||||
pending
|
||||
end
|
||||
|
||||
describe '#in_reply_to' do
|
||||
pending
|
||||
end
|
||||
|
||||
describe '#link_mention' do
|
||||
pending
|
||||
end
|
||||
|
||||
describe '#disambiguate_uri' do
|
||||
pending
|
||||
end
|
||||
|
||||
describe '#disambiguate_url' do
|
||||
pending
|
||||
end
|
||||
|
||||
describe '#include_author' do
|
||||
pending
|
||||
end
|
||||
|
||||
describe '#include_entry' do
|
||||
pending
|
||||
end
|
||||
|
||||
describe '#link_avatar' do
|
||||
pending
|
||||
end
|
||||
|
||||
describe '#logo' do
|
||||
pending
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue