test/helper.rb in modalfields-1.2.2 vs test/helper.rb in modalfields-1.3.0
- old
+ new
@@ -27,10 +27,10 @@
# require File.expand_path(File.join(ENV['RAILS_ROOT'], 'config/environment.rb'))
module Rails
def self.root
- ENV['RAILS_ROOT']
+ Pathname(ENV['RAILS_ROOT'])
end
def version
ActiveRecord::VERSION::STRING
end
end
\ No newline at end of file