This website requires JavaScript.
Explore
Help
Register
Sign In
Archives
/
asciinema.org
Watch
2
Star
0
Fork
0
You've already forked asciinema.org
Code
Issues
Pull Requests
Releases
Wiki
Activity
20645271a1
asciinema.org
/
spec
/
support
/
controller_macros.rb
8 lines
127 B
Ruby
Raw
Normal View
History
Unescape
Escape
Namespace ControllerMacros module
2012-12-09 15:27:12 +00:00
module
AsciiIo
module
ControllerMacros
def
login_as
(
user
)
controller
.
stub
(
:current_user
=
>
user
)
end
Add comment resource
2012-03-01 23:25:55 +00:00
end
end
Reference in New Issue
Copy Permalink