allow additional arguments for be_able_to matcher, this requires Ruby 1.8.7 or higher to use matcher

This commit is contained in:
Ryan Bates
2010-04-15 12:04:43 -07:00
parent cf49c5b9de
commit 6e1e96c85a
3 changed files with 14 additions and 4 deletions
+2
View File
@@ -1,5 +1,7 @@
1.1.0 (not released)
* Adding be_able_to RSpec matcher (thanks dchelimsky) - see issue #54
* Support additional arguments to can? which get passed to the block - see issue #48