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
d5180f73d7
rosa-build
/
spec
/
support
/
devise.rb
4 lines
88 B
Ruby
Raw
Normal View
History
Unescape
Escape
Upgrade rails, devise and other gems. Refactor controllers. Fix application.yml config - remove unused keys and setup correct values for tests. Add product build lists status_build callback auth. Allow platform and project unixname uppercase. Write tests and fix bugs for ProductBuildList controller. Fix all unresolved test problems. Refs #2262
2011-11-26 00:54:40 +00:00
RSpec
.
configure
do
|
config
|
[#343] use new ruby hash syntax
2014-01-21 04:51:49 +00:00
config
.
include
Devise
::
TestHelpers
,
type
:
:controller
Upgrade rails, devise and other gems. Refactor controllers. Fix application.yml config - remove unused keys and setup correct values for tests. Add product build lists status_build callback auth. Allow platform and project unixname uppercase. Write tests and fix bugs for ProductBuildList controller. Fix all unresolved test problems. Refs #2262
2011-11-26 00:54:40 +00:00
end