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

Version Path
cryptocoin_payable-1.4.5 features/step_definitions/widget_steps.rb
cryptocoin_payable-1.4.4 features/step_definitions/widget_steps.rb
cryptocoin_payable-1.4.3 features/step_definitions/widget_steps.rb
cryptocoin_payable-1.4.2 features/step_definitions/widget_steps.rb
cryptocoin_payable-1.4.1 features/step_definitions/widget_steps.rb
cryptocoin_payable-1.4.0 features/step_definitions/widget_steps.rb
cryptocoin_payable-1.3.0 features/step_definitions/widget_steps.rb
cryptocoin_payable-1.2.0 features/step_definitions/widget_steps.rb
cryptocoin_payable-1.1.0 features/step_definitions/widget_steps.rb
cryptocoin_payable-1.0.1 features/step_definitions/widget_steps.rb
cryptocoin_payable-1.0.0 features/step_definitions/widget_steps.rb