Functional tests now work properly, bearing in mind whether a user is logged in or...
[depot.git] / vendor / rails / activesupport / lib / active_support / core_ext / pathname.rb
1 require 'pathname'
2 require 'active_support/core_ext/pathname/clean_within'
3
4 class Pathname#:nodoc:
5 extend ActiveSupport::CoreExtensions::Pathname::CleanWithin
6 end
7