This website works better with JavaScript.
Explore
Help
Sign In
playground
/
entrydns
mirror of
https://github.com/EntryDNS/entrydns.git
Watch
1
Star
0
Fork
You've already forked entrydns
0
Code
Issues
Releases
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
76
Commits
1
Branch
0
Tags
2.2 MiB
Tree:
3bc003f0b9
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '3bc003f0b9'
${ noResults }
entrydns
/
spec
/
factories.rb
12 lines
114 B
Raw
Normal View
History
Unescape
Escape
rspec, factoryes, etc
13 years ago
FactoryGirl
.
define
do
factory
:user
do
end
factory
:domain
do
end
factory
:record
do
end
end