summaryrefslogtreecommitdiffstats
path: root/spec/helpers.rb
blob: f140659531ff0a24dd35a88a0e968996b27c8e26 (plain) (blame)
1
2
3
4
5
module Helpers
  def yaml_entry(row,col,type,value)
    "cell_#{row}_#{col}: \n  row: #{row} \n  col: #{col} \n  celltype: #{type} \n  value: #{value} \n"
  end
end