Methods
- A
- P
- S
- T
Instance Public methods
setup()
Link
test_html_includes_middleware()
Link
# File railties/test/rails_info_test.rb, line 45 def test_html_includes_middleware Rails::Info.module_eval do property 'Middleware', ['Rack::Lock', 'Rack::Static'] end html = Rails::Info.to_html assert html.include?('<tr><td class="name">Middleware</td>') properties.value_for('Middleware').each do |value| assert html.include?("<li>#{CGI.escapeHTML(value)}</li>") end end
test_property_with_block()
Link
test_property_with_block_swallows_exceptions_and_ignores_property()
Link
test_property_with_string()
Link
test_rails_version()
Link
Instance Protected methods
assert_property(property_name, value)
Link
properties()
Link