1
0
Fork 0
mirror of https://github.com/thoughtbot/shoulda-matchers.git synced 2022-11-09 12:01:38 -05:00
Commit graph

23 commits

Author SHA1 Message Date
Matt Daubert
5815d38fa0 Add have_secure_password matcher 2013-09-05 19:51:04 -06:00
barelyknown
db34e904b6 removed permit example from ActionController Matchers since it was extracted 2013-08-10 16:40:31 -06:00
Corey Woodcox
1b5e3abdf9 Create a rescue_from matcher for ActionController
This matcher tests that the controller has been set up to rescue from a
specific exception with the ActiveSupport::Rescuable#rescue_from method.
It supports checking for a specific method as well.
2013-06-19 18:55:59 -04:00
Melissa Xie
3ec4c0094f Remove 'assign_to' matcher
* See issue #252
2013-04-03 13:08:27 -04:00
Melissa Xie
d3525f129e Remove 'delegate_method' matcher
* See issue #252
2013-04-03 13:08:26 -04:00
Melissa Xie
60fb9dfce7 Add minimal rspec-rails version in installation instructions 2013-03-21 15:26:06 -04:00
Ben Atkins
b3232e0966 Require 'rspec/core' instead of 'rspec' in RSpec integration file
* See discussions in #248 and #259
2013-03-21 13:57:02 -04:00
Melissa Xie
6a0d0ff12a Add rspec gem requirement to installation instructions 2013-03-19 17:45:10 -04:00
Ryan McGeary
9ca8ab9c9d Added version badge to the readme
[ci skip]
2013-03-17 16:00:59 -04:00
Adarsh Pandit
d07774623d Update copyright year to 2013 2013-02-22 10:46:22 -05:00
Jason Draper and George Brocklehurst
7b15429ebe Add a StrongParametersMatcher 2013-01-25 11:07:48 +01:00
Phil Cohen
f5b5617663 colorize README.md with Github Flavored Markdown
This makes the example code easier to skim, especially on Github
2012-11-04 19:55:51 -08:00
Jason Draper
4b54e65ffe Change naming to non-Rails-dependent instead of related 2012-10-19 09:22:33 -04:00
Reade Harris
86169f02db Add delegate_method to README. 2012-10-19 09:22:33 -04:00
Paweł Gościcki
671c0ec5bb Add scoped uniqueness example to README
I keep hitting Google for the exact syntax of this.
2012-10-15 13:45:08 +03:00
Adarsh Pandit
a74cee3870 Update Copyright year 2012-09-14 10:51:55 -07:00
Giovanni Cappellotto
02db8dcb9c Remove duplicate spec; add in_array 2012-07-25 13:32:14 +03:00
Jason Draper
b618275a9d create an entry for validates_uniquessness_of if one does not exist 2012-06-22 09:39:04 -04:00
Gabe Berke-Williams
2185ea35c9 Better installation instructions for rspec-rails. Fixes #117. 2012-06-08 09:54:09 -07:00
Gabe Berke-Williams
0f1960bc46 Formatting. 2012-04-03 20:01:17 -04:00
Jason Draper
da55276874 make validates uniqueness of more clear 2012-04-02 10:30:12 -04:00
Gabe Berke-Williams
65d6d1c478 Refer people to the correct projects in the README. 2012-03-19 09:29:14 -04:00
Gabe Berke-Williams
85c37c4894 Convert README to Markdown. 2012-03-09 11:57:31 -05:00