Sha256: f661d64712df88a9e5a54ae724635fffb27fbdc8f6d121184927d8e2e54a83d4
Contents?: true
Size: 338 Bytes
Versions: 96
Compression:
Stored size: 338 Bytes
Contents
When /I change the name of extensible beta (\w+) to (\w+)$/ do |current, replacement| ExtensibleBeta.find_by_name(current).update_attributes(:name => replacement) end Then /^the generic delta handler should handle the delta indexing$/ do ExtensibleBeta.find(:first, :conditions => {:changed_by_generic => true}).should_not be_nil end
Version data entries
96 entries across 96 versions & 15 rubygems