This website works better with JavaScript.
Explore
Help
Register
Sign In
aiden
/
mastodon
mirror of
https://github.com/mastodon/mastodon
Watch
1
Star
0
Fork
You've already forked mastodon
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e4ea80d808
mastodon
/
spec
/
models
/
preview_card_spec.rb
7 lines
89 B
Ruby
Raw
Normal View
History
Unescape
Escape
Enable Style/FrozenStringLiteralComment for specs (#23790)
2 years ago
# frozen_string_literal: true
Fix #463 - Fetch and display previews of URLs using OpenGraph tags
8 years ago
require
'rails_helper'
Fix RSpec/InferredSpecType cop (#24736)
2 years ago
RSpec
.
describe
PreviewCard
do
Fix #463 - Fetch and display previews of URLs using OpenGraph tags
8 years ago
end