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
eac5461a29
rosa-build
/
spec
/
factories
/
arch_factory.rb
5 lines
95 B
Ruby
Raw
Normal View
History
Unescape
Escape
Add magic encodings. Refs #95
2012-01-30 20:39:34 +00:00
# -*- encoding : utf-8 -*-
[refs #2249] CanCan tests
2011-11-22 19:21:09 +00:00
Factory
.
define
(
:arch
)
do
|
p
|
p
.
name
{
Factory
.
next
(
:string
)
}
Add magic encodings. Refs #95
2012-01-30 20:39:34 +00:00
end