lib/shoulda/action_view.rb
require 'shoulda' require 'shoulda/action_view/macros' module Test # :nodoc: all module Unit class TestCase extend Shoulda::ActionView::Macros end end end
Source Files
- lib/shoulda.rb
- lib/shoulda/action_controller.rb
- lib/shoulda/action_controller/macros.rb
- lib/shoulda/action_controller/matchers.rb
- lib/shoulda/action_controller/matchers/assign_to_matcher.rb
- lib/shoulda/action_controller/matchers/filter_param_matcher.rb
- lib/shoulda/action_controller/matchers/render_with_layout_matcher.rb
- lib/shoulda/action_controller/matchers/respond_with_content_type_matcher.rb
- lib/shoulda/action_controller/matchers/respond_with_matcher.rb
- lib/shoulda/action_controller/matchers/route_matcher.rb
- lib/shoulda/action_controller/matchers/set_session_matcher.rb
- lib/shoulda/action_controller/matchers/set_the_flash_matcher.rb
- lib/shoulda/action_mailer.rb
- lib/shoulda/action_mailer/assertions.rb
- lib/shoulda/action_view.rb
- lib/shoulda/action_view/macros.rb
- lib/shoulda/active_record.rb
- lib/shoulda/active_record/assertions.rb
- lib/shoulda/active_record/helpers.rb
- lib/shoulda/active_record/macros.rb
- lib/shoulda/active_record/matchers.rb
- lib/shoulda/active_record/matchers/allow_mass_assignment_of_matcher.rb
- lib/shoulda/active_record/matchers/allow_value_matcher.rb
- lib/shoulda/active_record/matchers/association_matcher.rb
- lib/shoulda/active_record/matchers/ensure_inclusion_of_matcher.rb
- lib/shoulda/active_record/matchers/ensure_length_of_matcher.rb
- lib/shoulda/active_record/matchers/have_db_column_matcher.rb
- lib/shoulda/active_record/matchers/have_db_index_matcher.rb
- lib/shoulda/active_record/matchers/have_named_scope_matcher.rb
- lib/shoulda/active_record/matchers/have_readonly_attribute_matcher.rb
- lib/shoulda/active_record/matchers/validate_acceptance_of_matcher.rb
- lib/shoulda/active_record/matchers/validate_format_of_matcher.rb
- lib/shoulda/active_record/matchers/validate_numericality_of_matcher.rb
- lib/shoulda/active_record/matchers/validate_presence_of_matcher.rb
- lib/shoulda/active_record/matchers/validate_uniqueness_of_matcher.rb
- lib/shoulda/active_record/matchers/validation_matcher.rb
- lib/shoulda/assertions.rb
- lib/shoulda/autoload_macros.rb
- lib/shoulda/context.rb
- lib/shoulda/helpers.rb
- lib/shoulda/macros.rb
- lib/shoulda/private_helpers.rb
- lib/shoulda/proc_extensions.rb
- lib/shoulda/rails.rb
- lib/shoulda/rspec.rb
- lib/shoulda/tasks.rb
- lib/shoulda/test_unit.rb