thoughtbot--shoulda-matchers/lib/shoulda/matchers/active_model
Elliot Winkler afa6a7b666 Update RSpec test style across docs
Instead of using

    describe Foo do
      # ...
    end

use

    RSpec.describe Foo, type: :model do
      # ...
    end

instead. This is not exactly official, as the former style still works,
but the latter style is highly suggested in RSpec documentation and the
like, so this is what people are used to.

[ci skip]
2016-06-15 18:02:07 -06:00
..
allow_value_matcher Add ignoring_interference_by_writer to all matchers 2016-01-05 00:58:16 -07:00
numericality_matchers Add ignoring_interference_by_writer to all matchers 2016-01-05 00:58:16 -07:00
qualifiers Enable ignoring_interference_by_writer by default 2016-01-05 00:58:17 -07:00
validation_matcher Refactor ValidationMatcher 2015-12-13 20:22:21 -07:00
allow_mass_assignment_of_matcher.rb Update RSpec test style across docs 2016-06-15 18:02:07 -06:00
allow_value_matcher.rb Update RSpec test style across docs 2016-06-15 18:02:07 -06:00
disallow_value_matcher.rb (feature): Add 'ignore_case_sensitivity' option 2016-01-10 21:49:59 -07:00
errors.rb Extract examples in README to inline documentation 2014-06-20 16:41:27 -06:00
have_secure_password_matcher.rb Update RSpec test style across docs 2016-06-15 18:02:07 -06:00
helpers.rb Refactor allow_value & disallow_value 2015-12-13 20:22:22 -07:00
numericality_matchers.rb Extract examples in README to inline documentation 2014-06-20 16:41:27 -06:00
qualifiers.rb Add ignoring_interference_by_writer to all matchers 2016-01-05 00:58:16 -07:00
validate_absence_of_matcher.rb Update RSpec test style across docs 2016-06-15 18:02:07 -06:00
validate_acceptance_of_matcher.rb Update RSpec test style across docs 2016-06-15 18:02:07 -06:00
validate_confirmation_of_matcher.rb Update RSpec test style across docs 2016-06-15 18:02:07 -06:00
validate_exclusion_of_matcher.rb Update RSpec test style across docs 2016-06-15 18:02:07 -06:00
validate_inclusion_of_matcher.rb Update RSpec test style across docs 2016-06-15 18:02:07 -06:00
validate_length_of_matcher.rb Update RSpec test style across docs 2016-06-15 18:02:07 -06:00
validate_numericality_of_matcher.rb Update RSpec test style across docs 2016-06-15 18:02:07 -06:00
validate_presence_of_matcher.rb Update RSpec test style across docs 2016-06-15 18:02:07 -06:00
validation_matcher.rb Add ignoring_interference_by_writer to all matchers 2016-01-05 00:58:16 -07:00
validation_message_finder.rb Remove Rails 3.x, Ruby 1.9.2, Ruby 1.9.3 2015-02-09 10:52:22 -07:00
validator.rb allow_value: pre-set attributes before validation 2015-12-30 21:34:02 -05:00