Sha256: 7ab9c42959d059f2a08cf5165515eaf4966ded422372060cd0fee195e3174fb0

Contents?: true

Size: 256 Bytes

Versions: 1

Compression:

Stored size: 256 Bytes

Contents

Given /^the SymbolMatrix:$/ do |yaml| 
  @symbolmatrix = SymbolMatrix yaml
end

When /^I serialize it$/ do 
  @serialization = @symbolmatrix.to.serialization
end

Then /^I should get "(.+?)"$/ do |serialization|
  @serialization.should == serialization
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
symbolmatrix-1.0.0 features/stepdefs/serialize.rb