-
-
Notifications
You must be signed in to change notification settings - Fork 909
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Numerical matchers #244
Numerical matchers #244
Commits on Feb 19, 2013
-
added matchers for some of the missing numericality validation option…
…s (greater_than, less_than, etc... http://apidock.com/rails/ActiveRecord/Validations/ClassMethods/validates_numericality_of)
Tiago Cardoso committedFeb 19, 2013 Configuration menu - View commit details
-
Copy full SHA for 6ec6a68 - Browse repository at this point
Copy the full SHA 6ec6a68View commit details
Commits on Mar 1, 2013
-
corrected the ruby 1.9 style hash which was breaking the 1.8 rubies t…
…ravis builds
Tiago Cardoso committedMar 1, 2013 Configuration menu - View commit details
-
Copy full SHA for f7e5b69 - Browse repository at this point
Copy the full SHA f7e5b69View commit details
Commits on Apr 18, 2013
-
replaced the comparison specs with some more in sync with the other s…
…pecs
Tiago Cardoso committedApr 18, 2013 Configuration menu - View commit details
-
Copy full SHA for e59d234 - Browse repository at this point
Copy the full SHA e59d234View commit details
Commits on May 13, 2013
-
i think the problem was that i was assign explicitly in the it clause…
…. hope this is more in sync with the other specs
Tiago Cardoso committedMay 13, 2013 Configuration menu - View commit details
-
Copy full SHA for 9fb69af - Browse repository at this point
Copy the full SHA 9fb69afView commit details
Commits on May 19, 2013
-
using validation matcher now for the inner value comparisons.
Tiago Cardoso committedMay 19, 2013 Configuration menu - View commit details
-
Copy full SHA for 14f4dc7 - Browse repository at this point
Copy the full SHA 14f4dc7View commit details
Commits on May 20, 2013
-
Merge branch 'master' into numerical_matchers
Conflicts: lib/shoulda/matchers/active_model.rb
Tiago Cardoso committedMay 20, 2013 Configuration menu - View commit details
-
Copy full SHA for 0f68727 - Browse repository at this point
Copy the full SHA 0f68727View commit details -
Tiago Cardoso committed
May 20, 2013 Configuration menu - View commit details
-
Copy full SHA for 5ae1dd5 - Browse repository at this point
Copy the full SHA 5ae1dd5View commit details -
added allowed_types method, which apparently has to be defined everyw…
…here, also submatchers, returning usually the same result as the main matcher
Tiago Cardoso committedMay 20, 2013 Configuration menu - View commit details
-
Copy full SHA for ab27a97 - Browse repository at this point
Copy the full SHA ab27a97View commit details
Commits on May 21, 2013
-
removed whitespaces, comments and aliens. moved options hash into spe…
…cific matcher value
Tiago Cardoso committedMay 21, 2013 Configuration menu - View commit details
-
Copy full SHA for f9f35a6 - Browse repository at this point
Copy the full SHA f9f35a6View commit details -
added specs for for stuff without the validations and rewrote the spe…
…cs a bit
Tiago Cardoso committedMay 21, 2013 Configuration menu - View commit details
-
Copy full SHA for fcad91c - Browse repository at this point
Copy the full SHA fcad91cView commit details