mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-26 03:58:49 +01:00
4 lines
88 B
Ruby
4 lines
88 B
Ruby
|
|
if RAILS_ENV == "test"
|
||
|
|
require File.join(File.dirname(__FILE__), "lib", "webrat")
|
||
|
|
end
|