This website requires JavaScript.
Explore
Help
Sign in
ensl
/
ensl.org
Watch
0
Star
0
Fork
You've already forked ensl.org
0
mirror of
https://github.com/ENSL/ensl.org.git
synced
2024-11-15 09:21:25 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
0ebc9fb875
ensl.org
/
spec
/
factories
/
post.rb
8 lines
115 B
Ruby
Raw
Normal View
History
Unescape
Escape
Add initial tests for posts
2015-08-20 14:57:29 +00:00
FactoryGirl
.
define
do
factory
:post
do
sequence
(
:text
)
{
|
n
|
"
Post Body
#{
n
}
"
}
topic
user
end
Style fix
2015-08-20 15:35:25 +00:00
end
Reference in a new issue
Copy permalink