mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-23 10:40:13 +01:00
3 lines
88 B
Ruby
3 lines
88 B
Ruby
if RAILS_ENV == "test"
|
|
require File.join(File.dirname(__FILE__), "lib", "webrat")
|
|
end
|