This website requires JavaScript.
Explore
Help
Sign In
github-migration
/
webrat
Watch
1
Star
0
Fork
You've already forked webrat
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
54de30032e
webrat
/
init.rb
4 lines
82 B
Ruby
Raw
Normal View
History
Unescape
Escape
Flip compound conditional to if
2008-11-14 03:20:39 +00:00
if
(
RAILS_ENV
=~
/
^test
/
)
||
RAILS_ENV
==
"
selenium
"
Updating Webrat require in init.rb
2008-11-26 19:24:58 +00:00
require
"
webrat/rails
"
Import from subversion
2008-03-02 20:14:52 +00:00
end