mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-23 18:50:12 +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
|