Class ActionView::FixtureResolver
In: lib/action_view/testing/resolvers.rb
Parent: PathResolver

Use FixtureResolver in your tests to simulate the presence of files on the file system. This is used internally by Rails’ own test suite, and is useful for testing extensions that have no way of knowing what the file system will look like at runtime.

Methods

new  

Attributes

hash  [R] 

Public Class methods

[Validate]