Skip to content

Commit

Permalink
Multiple test environments support
Browse files Browse the repository at this point in the history
  • Loading branch information
nando authored and brynary committed Nov 14, 2008
1 parent b3ad31e commit ad89560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.rb
@@ -1,3 +1,3 @@
if RAILS_ENV == "test" || RAILS_ENV == "selenium"
unless (RAILS_ENV =~ /^test/).nil? and RAILS_ENV != "selenium"
require File.join(File.dirname(__FILE__), "lib", "webrat")
end

0 comments on commit ad89560

Please sign in to comment.