-
Name
-
shoulda-matchers
-
Version
-
1.4.2
-
Platform
-
ruby
-
Authors
-
Tammer Saleh
Joe Ferris
Ryan McGeary
Dan Croak
Matt Jankowski
Stafford Brunk
-
Bindir
-
bin
-
Date
-
2012-11-30 00:00:00 UTC
-
Dependencies
-
activesupport (>= 3.0.0)
bourne (~> 1.1.2)
appraisal (~> 0.4.0, development)
aruba (>= 0, development)
bundler (~> 1.1, development)
cucumber (~> 1.1.9, development)
rails (~> 3.0, development)
rake (~> 0.9.2, development)
rspec-rails (~> 2.8.1, development)
-
Description
-
Making tests easy on the fingers and eyes
-
Email
-
support@thoughtbot.com
-
Files
-
.gitignore
.travis.yml
Appraisals
CONTRIBUTING.md
Gemfile
Gemfile.lock
MIT-LICENSE
NEWS.md
README.md
Rakefile
features/rails_integration.feature
features/step_definitions/rails_steps.rb
features/support/env.rb
gemfiles/3.0.gemfile
gemfiles/3.0.gemfile.lock
gemfiles/3.1.gemfile
gemfiles/3.1.gemfile.lock
gemfiles/3.2.gemfile
gemfiles/3.2.gemfile.lock
lib/shoulda-matchers.rb
lib/shoulda/matchers.rb
lib/shoulda/matchers/action_controller.rb
lib/shoulda/matchers/action_controller/assign_to_matcher.rb
lib/shoulda/matchers/action_controller/filter_param_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/respond_with_content_type_matcher.rb
lib/shoulda/matchers/action_controller/respond_with_matcher.rb
lib/shoulda/matchers/action_controller/route_matcher.rb
lib/shoulda/matchers/action_controller/set_session_matcher.rb
lib/shoulda/matchers/action_controller/set_the_flash_matcher.rb
lib/shoulda/matchers/action_mailer.rb
lib/shoulda/matchers/action_mailer/have_sent_email_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/disallow_value_matcher.rb
lib/shoulda/matchers/active_model/ensure_exclusion_of_matcher.rb
lib/shoulda/matchers/active_model/ensure_inclusion_of_matcher.rb
lib/shoulda/matchers/active_model/ensure_length_of_matcher.rb
lib/shoulda/matchers/active_model/errors.rb
lib/shoulda/matchers/active_model/exception_message_finder.rb
lib/shoulda/matchers/active_model/helpers.rb
lib/shoulda/matchers/active_model/only_integer_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_format_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/validate_uniqueness_of_matcher.rb
lib/shoulda/matchers/active_model/validation_matcher.rb
lib/shoulda/matchers/active_model/validation_message_finder.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/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/query_the_database_matcher.rb
lib/shoulda/matchers/active_record/serialize_matcher.rb
lib/shoulda/matchers/assertion_error.rb
lib/shoulda/matchers/independent.rb
lib/shoulda/matchers/independent/delegate_matcher.rb
lib/shoulda/matchers/integrations/rspec.rb
lib/shoulda/matchers/integrations/test_unit.rb
lib/shoulda/matchers/version.rb
shoulda-matchers.gemspec
spec/fixtures/addresses.yml
spec/fixtures/friendships.yml
spec/fixtures/posts.yml
spec/fixtures/products.yml
spec/fixtures/taggings.yml
spec/fixtures/tags.yml
spec/fixtures/users.yml
spec/shoulda/action_controller/assign_to_matcher_spec.rb
spec/shoulda/action_controller/filter_param_matcher_spec.rb
spec/shoulda/action_controller/redirect_to_matcher_spec.rb
spec/shoulda/action_controller/render_template_matcher_spec.rb
spec/shoulda/action_controller/render_with_layout_matcher_spec.rb
spec/shoulda/action_controller/respond_with_content_type_matcher_spec.rb
spec/shoulda/action_controller/respond_with_matcher_spec.rb
spec/shoulda/action_controller/route_matcher_spec.rb
spec/shoulda/action_controller/set_session_matcher_spec.rb
spec/shoulda/action_controller/set_the_flash_matcher_spec.rb
spec/shoulda/action_mailer/have_sent_email_spec.rb
spec/shoulda/active_model/allow_mass_assignment_of_matcher_spec.rb
spec/shoulda/active_model/allow_value_matcher_spec.rb
spec/shoulda/active_model/disallow_value_matcher_spec.rb
spec/shoulda/active_model/ensure_exclusion_of_matcher_spec.rb
spec/shoulda/active_model/ensure_inclusion_of_matcher_spec.rb
spec/shoulda/active_model/ensure_length_of_matcher_spec.rb
spec/shoulda/active_model/exception_message_finder_spec.rb
spec/shoulda/active_model/helpers_spec.rb
spec/shoulda/active_model/only_integer_matcher_spec.rb
spec/shoulda/active_model/validate_acceptance_of_matcher_spec.rb
spec/shoulda/active_model/validate_confirmation_of_matcher_spec.rb
spec/shoulda/active_model/validate_format_of_matcher_spec.rb
spec/shoulda/active_model/validate_numericality_of_matcher_spec.rb
spec/shoulda/active_model/validate_presence_of_matcher_spec.rb
spec/shoulda/active_model/validate_uniqueness_of_matcher_spec.rb
spec/shoulda/active_model/validation_message_finder_spec.rb
spec/shoulda/active_record/accept_nested_attributes_for_matcher_spec.rb
spec/shoulda/active_record/association_matcher_spec.rb
spec/shoulda/active_record/have_db_column_matcher_spec.rb
spec/shoulda/active_record/have_db_index_matcher_spec.rb
spec/shoulda/active_record/have_readonly_attributes_matcher_spec.rb
spec/shoulda/active_record/query_the_database_matcher_spec.rb
spec/shoulda/active_record/serialize_matcher_spec.rb
spec/shoulda/independent/delegate_matcher_spec.rb
spec/spec_helper.rb
spec/support/active_model_versions.rb
spec/support/class_builder.rb
spec/support/controller_builder.rb
spec/support/mailer_builder.rb
spec/support/model_builder.rb
-
Homepage
-
http://thoughtbot.com/community/
-
Require paths
-
lib
-
Required ruby version
-
>= 0
-
Required rubygems version
-
>= 0
-
Rubygems version
-
1.8.24
-
Specification version
-
3
-
Summary
-
Making tests easy on the fingers and eyes
-
Test files
-
features/rails_integration.feature
features/step_definitions/rails_steps.rb
features/support/env.rb
spec/fixtures/addresses.yml
spec/fixtures/friendships.yml
spec/fixtures/posts.yml
spec/fixtures/products.yml
spec/fixtures/taggings.yml
spec/fixtures/tags.yml
spec/fixtures/users.yml
spec/shoulda/action_controller/assign_to_matcher_spec.rb
spec/shoulda/action_controller/filter_param_matcher_spec.rb
spec/shoulda/action_controller/redirect_to_matcher_spec.rb
spec/shoulda/action_controller/render_template_matcher_spec.rb
spec/shoulda/action_controller/render_with_layout_matcher_spec.rb
spec/shoulda/action_controller/respond_with_content_type_matcher_spec.rb
spec/shoulda/action_controller/respond_with_matcher_spec.rb
spec/shoulda/action_controller/route_matcher_spec.rb
spec/shoulda/action_controller/set_session_matcher_spec.rb
spec/shoulda/action_controller/set_the_flash_matcher_spec.rb
spec/shoulda/action_mailer/have_sent_email_spec.rb
spec/shoulda/active_model/allow_mass_assignment_of_matcher_spec.rb
spec/shoulda/active_model/allow_value_matcher_spec.rb
spec/shoulda/active_model/disallow_value_matcher_spec.rb
spec/shoulda/active_model/ensure_exclusion_of_matcher_spec.rb
spec/shoulda/active_model/ensure_inclusion_of_matcher_spec.rb
spec/shoulda/active_model/ensure_length_of_matcher_spec.rb
spec/shoulda/active_model/exception_message_finder_spec.rb
spec/shoulda/active_model/helpers_spec.rb
spec/shoulda/active_model/only_integer_matcher_spec.rb
spec/shoulda/active_model/validate_acceptance_of_matcher_spec.rb
spec/shoulda/active_model/validate_confirmation_of_matcher_spec.rb
spec/shoulda/active_model/validate_format_of_matcher_spec.rb
spec/shoulda/active_model/validate_numericality_of_matcher_spec.rb
spec/shoulda/active_model/validate_presence_of_matcher_spec.rb
spec/shoulda/active_model/validate_uniqueness_of_matcher_spec.rb
spec/shoulda/active_model/validation_message_finder_spec.rb
spec/shoulda/active_record/accept_nested_attributes_for_matcher_spec.rb
spec/shoulda/active_record/association_matcher_spec.rb
spec/shoulda/active_record/have_db_column_matcher_spec.rb
spec/shoulda/active_record/have_db_index_matcher_spec.rb
spec/shoulda/active_record/have_readonly_attributes_matcher_spec.rb
spec/shoulda/active_record/query_the_database_matcher_spec.rb
spec/shoulda/active_record/serialize_matcher_spec.rb
spec/shoulda/independent/delegate_matcher_spec.rb
spec/spec_helper.rb
spec/support/active_model_versions.rb
spec/support/class_builder.rb
spec/support/controller_builder.rb
spec/support/mailer_builder.rb
spec/support/model_builder.rb
-
Original platform
-
ruby
-
New platform
-
ruby