public
Description: rspec custom matchers - each, enum, and match_in_order
Homepage: http://blog.thoughtfolder.com/2008-11-05-rspec-should-each-matcher.html
Clone URL: git://github.com/gregwebs/rspec-multi-matchers.git
Click here to lend your support to: rspec-multi-matchers and make a donation at www.pledgie.com !
rspec-multi-matchers / Manifest.txt
100644 19 lines (18 sloc) 0.331 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
History.txt
Manifest.txt
README.rdoc
Rakefile
lib/match_each.rb
lib/match_enum.rb
lib/match_in_order.rb
lib/rspec_multi_matchers.rb
script/console
script/destroy
script/generate
spec/match_each_spec.rb
spec/match_enum_spec.rb
spec/match_in_order_spec.rb
spec/shared_enum_spec.rb
spec/spec.opts
spec/spec_helper.rb
tasks/rspec.rake