features/stepdefs/parse_serialization.rb in symbolmatrix-1.0.0 vs features/stepdefs/parse_serialization.rb in symbolmatrix-1.1.0
- old
+ new
@@ -5,7 +5,7 @@
When /^I parse it$/ do
@parsed = SymbolMatrix.new @serialization
end
Then /^I should see \(serialized in yaml\)$/ do |data|
- @parsed.to_hash.should include SymbolMatrix.new(data).to_hash
+ @parsed.to.hash.should include SymbolMatrix.new(data).to.hash
end
\ No newline at end of file