Cross Reference: access_token.rb
xref
: /
ontohub
/
test
/
factories
/
access_token.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
FactoryGirl.define
do
factory
:
access_token
do
token
{
SecureRandom.hex
(
20
)
}
expiration
{
1.hours.from
_now
}
association
:
repository
,
access
:
'private_rw'
end
end