Remove redgreen from rails integration tests too

This commit is contained in:
Bryan Helmkamp 2009-06-15 00:16:23 -04:00
parent 9b971a15c0
commit d9de87c41f
1 changed files with 4 additions and 4 deletions

View File

@ -2,10 +2,10 @@ ENV["RAILS_ENV"] = "test"
require File.expand_path(File.dirname(__FILE__) + "/../config/environment")
require 'test_help'
begin
require "redgreen"
rescue MissingSourceFile
end
# begin
# require "redgreen"
# rescue MissingSourceFile
# end
require File.dirname(__FILE__) + "/../../../../lib/webrat"