Sha256: 9dc6dd66bdd6a69a08802349043f7f7c7b8dfc4b8928319e4cbae1a2106d8c87
Contents?: true
Size: 219 Bytes
Versions: 16
Compression:
Stored size: 219 Bytes
Contents
Then /^I should find the following for the last category:$/ do |table| table.hashes.first.each do |key, value| expect(Category.last.attributes[key].to_s).to eq value end end Before do Category.delete_all end
Version data entries
16 entries across 13 versions & 5 rubygems