Sha256: bf650e24bbb0a5cfb8c384ec79895d3dc12fbd054885117fb50bdaae39f7559f
Contents?: true
Size: 408 Bytes
Versions: 21
Compression:
Stored size: 408 Bytes
Contents
When /^I add the asset to the group$/ do @group.add_asset(@asset) end Then /^the asset should be in the group$/ do @group.assets.map(&:id).should include(@asset.id) end Then /^the asset should have the group$/ do @asset.group.guid.should == @group.guid @asset.group.name.should == @group.name end Then /^the group should have the asset$/ do @group.assets.map(&:id).should include(@asset.id) end
Version data entries
21 entries across 21 versions & 1 rubygems