This website requires JavaScript.
Explore
Help
Sign In
Software
/
rosa-build
mirror of
https://github.com/OpenMandrivaSoftware/rosa-build.git
Watch
1
Star
0
Fork
You've already forked rosa-build
0
Code
Issues
Projects
Releases
Wiki
Activity
sidekiq-migrate
rosa-build
/
spec
/
factories
/
arches.rb
6 lines
96 B
Ruby
Raw
Permalink
Normal View
History
Unescape
Escape
Upgrade gems. Upgrade FactoryGirl syntax. Move code out from vendor/plugins, redo plugins structure. Fix all deprecations. Great refactor for lib and initializers folders. Add magic encodings. Code cleanup. Fix some specs. Refs #263
2012-03-29 21:34:22 +01:00
FactoryGirl
.
define
do
factory
:arch
do
[refs #438] Repair arch factory and rename rsync stub method
2012-05-16 16:29:28 +01:00
name
{
FactoryGirl
.
generate
(
:unixname
)
}
Upgrade gems. Upgrade FactoryGirl syntax. Move code out from vendor/plugins, redo plugins structure. Fix all deprecations. Great refactor for lib and initializers folders. Add magic encodings. Code cleanup. Fix some specs. Refs #263
2012-03-29 21:34:22 +01:00
end
Add magic encodings. Refs #95
2012-01-30 20:39:34 +00:00
end