--- !ruby/object:Gem::Specification name: shoulda-matchers version: !ruby/object:Gem::Version version: 4.3.0 platform: ruby authors: - Tammer Saleh - Joe Ferris - Ryan McGeary - Dan Croak - Matt Jankowski - Stafford Brunk - Elliot Winkler autorequire: bindir: bin cert_chain: [] date: 2020-02-17 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: activesupport requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 4.2.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 4.2.0 description: Shoulda Matchers provides RSpec- and Minitest-compatible one-liners to test common Rails functionality that, if written by hand, would be much longer, more complex, and error-prone. email: support@thoughtbot.com executables: [] extensions: [] extra_rdoc_files: [] files: - MIT-LICENSE - README.md - docs/errors/NonCaseSwappableValueError.md - lib/shoulda-matchers.rb - lib/shoulda/matchers.rb - lib/shoulda/matchers/action_controller.rb - lib/shoulda/matchers/action_controller/callback_matcher.rb - lib/shoulda/matchers/action_controller/filter_param_matcher.rb - lib/shoulda/matchers/action_controller/flash_store.rb - lib/shoulda/matchers/action_controller/permit_matcher.rb - lib/shoulda/matchers/action_controller/redirect_to_matcher.rb - lib/shoulda/matchers/action_controller/render_template_matcher.rb - lib/shoulda/matchers/action_controller/render_with_layout_matcher.rb - lib/shoulda/matchers/action_controller/rescue_from_matcher.rb - lib/shoulda/matchers/action_controller/respond_with_matcher.rb - lib/shoulda/matchers/action_controller/route_matcher.rb - lib/shoulda/matchers/action_controller/route_params.rb - lib/shoulda/matchers/action_controller/session_store.rb - lib/shoulda/matchers/action_controller/set_flash_matcher.rb - lib/shoulda/matchers/action_controller/set_session_matcher.rb - lib/shoulda/matchers/action_controller/set_session_or_flash_matcher.rb - lib/shoulda/matchers/active_model.rb - lib/shoulda/matchers/active_model/allow_mass_assignment_of_matcher.rb - lib/shoulda/matchers/active_model/allow_value_matcher.rb - lib/shoulda/matchers/active_model/allow_value_matcher/attribute_changed_value_error.rb - lib/shoulda/matchers/active_model/allow_value_matcher/attribute_does_not_exist_error.rb - lib/shoulda/matchers/active_model/allow_value_matcher/attribute_setter.rb - lib/shoulda/matchers/active_model/allow_value_matcher/attribute_setter_and_validator.rb - lib/shoulda/matchers/active_model/allow_value_matcher/attribute_setters.rb - lib/shoulda/matchers/active_model/allow_value_matcher/attribute_setters_and_validators.rb - lib/shoulda/matchers/active_model/allow_value_matcher/successful_check.rb - lib/shoulda/matchers/active_model/allow_value_matcher/successful_setting.rb - lib/shoulda/matchers/active_model/disallow_value_matcher.rb - lib/shoulda/matchers/active_model/errors.rb - lib/shoulda/matchers/active_model/have_secure_password_matcher.rb - lib/shoulda/matchers/active_model/helpers.rb - lib/shoulda/matchers/active_model/numericality_matchers.rb - lib/shoulda/matchers/active_model/numericality_matchers/comparison_matcher.rb - lib/shoulda/matchers/active_model/numericality_matchers/even_number_matcher.rb - lib/shoulda/matchers/active_model/numericality_matchers/numeric_type_matcher.rb - lib/shoulda/matchers/active_model/numericality_matchers/odd_number_matcher.rb - lib/shoulda/matchers/active_model/numericality_matchers/only_integer_matcher.rb - lib/shoulda/matchers/active_model/qualifiers.rb - lib/shoulda/matchers/active_model/qualifiers/allow_nil.rb - lib/shoulda/matchers/active_model/qualifiers/ignore_interference_by_writer.rb - lib/shoulda/matchers/active_model/qualifiers/ignoring_interference_by_writer.rb - lib/shoulda/matchers/active_model/validate_absence_of_matcher.rb - lib/shoulda/matchers/active_model/validate_acceptance_of_matcher.rb - lib/shoulda/matchers/active_model/validate_confirmation_of_matcher.rb - lib/shoulda/matchers/active_model/validate_exclusion_of_matcher.rb - lib/shoulda/matchers/active_model/validate_inclusion_of_matcher.rb - lib/shoulda/matchers/active_model/validate_length_of_matcher.rb - lib/shoulda/matchers/active_model/validate_numericality_of_matcher.rb - lib/shoulda/matchers/active_model/validate_presence_of_matcher.rb - lib/shoulda/matchers/active_model/validation_matcher.rb - lib/shoulda/matchers/active_model/validation_matcher/build_description.rb - lib/shoulda/matchers/active_model/validation_message_finder.rb - lib/shoulda/matchers/active_model/validator.rb - lib/shoulda/matchers/active_record.rb - lib/shoulda/matchers/active_record/accept_nested_attributes_for_matcher.rb - lib/shoulda/matchers/active_record/association_matcher.rb - lib/shoulda/matchers/active_record/association_matchers.rb - lib/shoulda/matchers/active_record/association_matchers/counter_cache_matcher.rb - lib/shoulda/matchers/active_record/association_matchers/dependent_matcher.rb - lib/shoulda/matchers/active_record/association_matchers/inverse_of_matcher.rb - lib/shoulda/matchers/active_record/association_matchers/join_table_matcher.rb - lib/shoulda/matchers/active_record/association_matchers/model_reflection.rb - lib/shoulda/matchers/active_record/association_matchers/model_reflector.rb - lib/shoulda/matchers/active_record/association_matchers/option_verifier.rb - lib/shoulda/matchers/active_record/association_matchers/optional_matcher.rb - lib/shoulda/matchers/active_record/association_matchers/order_matcher.rb - lib/shoulda/matchers/active_record/association_matchers/required_matcher.rb - lib/shoulda/matchers/active_record/association_matchers/source_matcher.rb - lib/shoulda/matchers/active_record/association_matchers/through_matcher.rb - lib/shoulda/matchers/active_record/define_enum_for_matcher.rb - lib/shoulda/matchers/active_record/have_db_column_matcher.rb - lib/shoulda/matchers/active_record/have_db_index_matcher.rb - lib/shoulda/matchers/active_record/have_readonly_attribute_matcher.rb - lib/shoulda/matchers/active_record/have_rich_text_matcher.rb - lib/shoulda/matchers/active_record/have_secure_token_matcher.rb - lib/shoulda/matchers/active_record/serialize_matcher.rb - lib/shoulda/matchers/active_record/uniqueness.rb - lib/shoulda/matchers/active_record/uniqueness/model.rb - lib/shoulda/matchers/active_record/uniqueness/namespace.rb - lib/shoulda/matchers/active_record/uniqueness/test_model_creator.rb - lib/shoulda/matchers/active_record/uniqueness/test_models.rb - lib/shoulda/matchers/active_record/validate_uniqueness_of_matcher.rb - lib/shoulda/matchers/configuration.rb - lib/shoulda/matchers/doublespeak.rb - lib/shoulda/matchers/doublespeak/double.rb - lib/shoulda/matchers/doublespeak/double_collection.rb - lib/shoulda/matchers/doublespeak/double_implementation_registry.rb - lib/shoulda/matchers/doublespeak/method_call.rb - lib/shoulda/matchers/doublespeak/object_double.rb - lib/shoulda/matchers/doublespeak/proxy_implementation.rb - lib/shoulda/matchers/doublespeak/stub_implementation.rb - lib/shoulda/matchers/doublespeak/world.rb - lib/shoulda/matchers/error.rb - lib/shoulda/matchers/independent.rb - lib/shoulda/matchers/independent/delegate_method_matcher.rb - lib/shoulda/matchers/independent/delegate_method_matcher/stubbed_target.rb - lib/shoulda/matchers/independent/delegate_method_matcher/target_not_defined_error.rb - lib/shoulda/matchers/integrations.rb - lib/shoulda/matchers/integrations/configuration.rb - lib/shoulda/matchers/integrations/configuration_error.rb - lib/shoulda/matchers/integrations/inclusion.rb - lib/shoulda/matchers/integrations/libraries.rb - lib/shoulda/matchers/integrations/libraries/action_controller.rb - lib/shoulda/matchers/integrations/libraries/active_model.rb - lib/shoulda/matchers/integrations/libraries/active_record.rb - lib/shoulda/matchers/integrations/libraries/missing_library.rb - lib/shoulda/matchers/integrations/libraries/rails.rb - lib/shoulda/matchers/integrations/libraries/routing.rb - lib/shoulda/matchers/integrations/rails.rb - lib/shoulda/matchers/integrations/registry.rb - lib/shoulda/matchers/integrations/test_frameworks.rb - lib/shoulda/matchers/integrations/test_frameworks/active_support_test_case.rb - lib/shoulda/matchers/integrations/test_frameworks/minitest_4.rb - lib/shoulda/matchers/integrations/test_frameworks/minitest_5.rb - lib/shoulda/matchers/integrations/test_frameworks/missing_test_framework.rb - lib/shoulda/matchers/integrations/test_frameworks/rspec.rb - lib/shoulda/matchers/integrations/test_frameworks/test_unit.rb - lib/shoulda/matchers/matcher_context.rb - lib/shoulda/matchers/rails_shim.rb - lib/shoulda/matchers/routing.rb - lib/shoulda/matchers/util.rb - lib/shoulda/matchers/util/word_wrap.rb - lib/shoulda/matchers/version.rb - lib/shoulda/matchers/warn.rb - shoulda-matchers.gemspec homepage: https://matchers.shoulda.io/ licenses: - MIT metadata: bug_tracker_uri: https://github.com/thoughtbot/shoulda-matchers/issues changelog_uri: https://github.com/thoughtbot/shoulda-matchers/blob/master/NEWS.md documentation_uri: https://matchers.shoulda.io/docs homepage_uri: https://matchers.shoulda.io source_code_uri: https://github.com/thoughtbot/shoulda-matchers post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.4.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.0.3 signing_key: specification_version: 4 summary: Simple one-liner tests for common Rails functionality test_files: []