mirror of
https://github.com/TracksApp/tracks.git
synced 2026-04-05 03:47:19 +02:00
4 lines
88 B
Ruby
4 lines
88 B
Ruby
|
|
if RAILS_ENV == "test"
|
||
|
|
require File.join(File.dirname(__FILE__), "lib", "webrat")
|
||
|
|
end
|