Removing init.rb auto-require of webrat/rails

This commit is contained in:
Bryan Helmkamp 2008-11-30 20:37:34 -05:00
parent d576a72120
commit fb2bba23be
1 changed files with 0 additions and 3 deletions

View File

@ -1,3 +0,0 @@
if (RAILS_ENV =~ /^test/) || RAILS_ENV == "selenium"
require "webrat/rails"
end