rspec-collection_matchers:从rspec-expectations中提取的集合基数匹配器

时间:2024-05-26 20:31:12
【文件属性】:

文件名称:rspec-collection_matchers:从rspec-expectations中提取的集合基数匹配器

文件大小:21KB

文件格式:ZIP

更新时间:2024-05-26 20:31:12

Ruby

RSpec :: CollectionMatchers RSpec :: CollectionMatchers使您可以在示例中表达对象集合的预期结果。 expect ( account . shopping_cart ) . to have_exactly ( 3 ) . items 安装 将此行添加到您的应用程序的Gemfile中: gem 'rspec-collection_matchers' 然后执行: $ bundle 或将其自己安装为: $ gem install rspec-collection_matchers 基本用法 首先,您需要rspec-collection匹配器。 spec_helper.rb添加到您的spec_helper.rb : require 'rspec/collection_matchers' 使用rspec-collection_matc


【文件预览】:
rspec-collection_matchers-main
----Changelog.md(2KB)
----.travis.yml(562B)
----features()
--------support()
--------have.feature(4KB)
----rspec-collection_matchers.gemspec(2KB)
----Rakefile(337B)
----.github()
--------FUNDING.yml(210B)
----Gemfile(2KB)
----.rspec(23B)
----spec()
--------support()
--------rspec()
--------spec_helper.rb(504B)
----.gitignore(142B)
----lib()
--------rspec()
----README.md(2KB)
----script()
--------test_all(829B)
----LICENSE.txt(1KB)

网友评论