Parent

Methods

Files

Class Index [+]

Quicksearch

Ubiquo::Filters::FakeContext

A helper class sets a proper context to be able to execute the filters.

Attributes

params[RW]

(Not documented)

Public Class Methods

new() click to toggle source

(Not documented)

    # File vendor/plugins/ubiquo_core/lib/ubiquo/filters/ubiquo_filter_test_case.rb, line 12
12:       def initialize
13:         params = {
14:           'controller' => 'tests',
15:           'action' => 'index'
16:         }
17:         @params = HashWithIndifferentAccess.new(params)
18:       end

Public Instance Methods

url_for(options) click to toggle source

(Not documented)

    # File vendor/plugins/ubiquo_core/lib/ubiquo/filters/ubiquo_filter_test_case.rb, line 20
20:       def url_for(options)
21:         "http://example.com/tests"
22:       end

Disabled; run with $DEBUG to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.