This website requires JavaScript.
Explore
Help
Register
Sign In
github-mirror
/
discourse
Watch
2
Star
0
Fork
0
You've already forked discourse
mirror of
https://github.com/discourse/discourse.git
synced
2024-11-24 15:08:56 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
6275c05c0d
discourse
/
spec
/
fabricators
/
topic_embed_fabricator.rb
7 lines
103 B
Ruby
Raw
Normal View
History
Unescape
Escape
DEV: use #frozen_string_literal: true on all spec This change both speeds up specs (less strings to allocate) and helps catch cases where methods in Discourse are mutating inputs. Overall we will be migrating everything to use #frozen_string_literal: true it will take a while, but this is the first and safest move in this direction
2019-04-30 08:27:42 +08:00
# frozen_string_literal: true
Add embed/info endpoint for TopicEmbed queries
2015-05-06 09:00:31 +08:00
Fabricator
(
:topic_embed
)
do
post
Add rubocop to our build. (#5004)
2017-07-28 09:20:09 +08:00
topic
{
|
te
|
te
[
:post
]
.
topic
}
Add embed/info endpoint for TopicEmbed queries
2015-05-06 09:00:31 +08:00
end
Reference in New Issue
Copy Permalink