Module: ViewSpec::Utils
- Defined in:
- lib/view_spec/utils.rb
Class Method Summary collapse
Class Method Details
.normalize_paths(paths) ⇒ Object
3 4 5 |
# File 'lib/view_spec/utils.rb', line 3 def normalize_paths(paths) paths.map { File.absolute_path(_1, Rails.root) } end |