Navigation Menu

Skip to content

Commit

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

0 comments on commit 6ccb8a6

Please sign in to comment.