We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 723442a commit 5061fafCopy full SHA for 5061faf
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- rspec-api-matchers (0.6.3)
+ rspec-api-matchers (0.7.0)
5
activesupport
6
rack
7
rspec
HISTORY.md
@@ -1,3 +1,12 @@
+v0.7.0 - 2013/11/24
+--------------------
+
+* Allow Proc as comparison operator for :be_filtered
+* Let :be_filtered pass on an array with 1 item
+* Add yardoc and better documentation
+* Add compatibility with ActiveSupport 3
8
+* Allow content_type as either symbol or string
9
10
v0.6.0 - 2013/11/09
11
--------------------
12
lib/rspec-api/matchers/version.rb
@@ -1,5 +1,5 @@
module RSpecApi
module Matchers
- VERSION = '0.6.3'
+ VERSION = '0.7.0'
end
0 commit comments