Also load webrat when RAILS_ENV == "selenium"

This commit is contained in:
Bryan Helmkamp 2008-10-14 12:17:25 -04:00
parent 1af45a7a27
commit 50a4c1bc79
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
if RAILS_ENV == "test"
if RAILS_ENV == "test" || RAILS_ENV == "selenium"
require File.join(File.dirname(__FILE__), "lib", "webrat")
end