GitList
About
Refresh
Report bug
Help
browsing:
bdf5dc64730183e2e9defa18541a0468f2fba305
Branches
backbonejs-auth
chat-css
history
master
sending-messages
Files
Commits
Stats
Network
xmpp-bachelor.git
/
spec
/
factories.rb
Raw
Blame
History
1
2
3
4
5
6
FactoryGirl
.
define
do
factory
:user
do
jid
"cinan6@jabbim.cz"
password
"pass"
end
end