These views are used to make sure RTML is mapping views correctly. They are separated from the main application for organization's sake. Unit tests wishing to take advantage of these views should make sure to include something like... document.view.view_paths << File.join(RAILS_ROOT, "test/views") ...so that the views can be found. By default, RTML view paths are copied from Rails::Configuration.new.view_paths.