文件名称:rspec-the:轻松断言 let 块的内容
文件大小:6KB
文件格式:ZIP
更新时间:2024-07-08 00:34:15
Ruby
RSpec::The 轻松断言let块的内容 安装 将此行添加到应用程序的 Gemfile 中: gem 'rspec-the' 然后执行: bundle install 或者自己安装: gem install rspec-the 用法 使用rspec-its来测试给定的subject适用于简单的方法调用,但在更复杂的场景中需要过多的嵌套。 describe Array do let ( :array ) { [ 1 , 2 , 3 , 4 , 5 ] } subject { array } its ( :count ) { is_expected . to eq 5 } its ( :first ) { is_expected . to eq 1 } describe 'select #even?' do subject { array .
【文件预览】:
rspec-the-master
----.gitignore(104B)
----.travis.yml(112B)
----.ruby-version(4B)
----LICENSE.txt(1KB)
----spec()
--------support()
--------spec_helper.rb(92B)
--------rspec()
----README.md(2KB)
----rspec-the.gemspec(947B)
----lib()
--------rspec-the.rb(20B)
--------rspec()
----Gemfile(94B)
----Rakefile(28B)
----Gemfile.lock(453B)