Sha256: c7ba97773ed989b48f319c9d599aa69a7cb6ad142572b8e345ecb6d3a29301fe
Contents?: true
Size: 117 Bytes
Versions: 11
Compression:
Stored size: 117 Bytes
Contents
Given(/^the widget should have (\d+) coin_payments$/) do |n| expect(@widget.coin_payments.count).to eq(n.to_i) end
Version data entries
11 entries across 11 versions & 1 rubygems