Skip to content

Commit

Permalink
Remove redgreen from rails integration tests too
Browse files Browse the repository at this point in the history
  • Loading branch information
brynary committed Jun 15, 2009
1 parent 9b971a1 commit d9de87c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec/integration/rails/test/test_helper.rb
Expand Up @@ -2,10 +2,10 @@
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"

Expand Down

0 comments on commit d9de87c

Please sign in to comment.