rspec-its:从rspec-core 2.x提取的RSpec 3的`its`

时间:2024-05-23 14:58:39
【文件属性】:

文件名称:rspec-its:从rspec-core 2.x提取的RSpec 3的`its`

文件大小:17KB

文件格式:ZIP

更新时间:2024-05-23 14:58:39

Ruby

RSpec ::它 RSpec :: Its提供了its方法作为指定属性期望值的捷径。 安装 将此行添加到您的应用程序的Gemfile中: gem 'rspec-its' 然后执行: $ bundle 或将其自己安装为: $ gem install rspec-its 并要求它为: require 'rspec/its' 用法 使用its方法可以生成一个嵌套的示例组,其中包含一个示例,该示例使用should , should_not或is_expected指定主题的属性的is_expected 。 its方法还可以使用will或will_not来指定主题属性的will_not 。 its接受一个符号或字符串,以及一个代表示例的块。 its ( :size ) { should eq ( 1 ) } its ( "length" ) { should eq ( 1 )


【文件预览】:
rspec-its-main
----.github()
--------FUNDING.yml(210B)
--------workflows()
----LICENSE.txt(1KB)
----script()
--------test_all(934B)
--------update_rubygems_and_install_bundler(527B)
--------legacy_setup.sh(277B)
----lib()
--------rspec()
----Gemfile(1008B)
----spec()
--------spec_helper.rb(275B)
--------rspec()
----Rakefile(307B)
----.travis.yml(434B)
----README.md(2KB)
----features()
--------its.feature(5KB)
--------step_definitions()
--------support()
----.rspec(32B)
----.gitignore(181B)
----cucumber.yml(134B)
----rspec-its.gemspec(2KB)
----Changelog.md(1KB)

网友评论