This website requires JavaScript.
Explore
Help
Sign In
Discource-C
/
discourse
mirror of
https://github.com/discourse/discourse.git
Watch
1
Star
0
Fork
You've already forked discourse
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
054fbd7846
discourse
/
spec
/
fabricators
/
embeddable_host_fabricator.rb
7 lines
101 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-29 20:27:42 -04:00
# frozen_string_literal: true
switch contents of embeddable_host_fabricator.rb and category_fabricator.rb
2017-03-01 15:11:48 -05:00
Fabricator
(
:embeddable_host
)
do
host
"
eviltrout.com
"
category
FEATURE: Allow posting a link with topics
2016-12-05 07:31:43 -05:00
end