summaryrefslogtreecommitdiffstats
path: root/spec/helpers.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/helpers.rb')
-rw-r--r--spec/helpers.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/spec/helpers.rb b/spec/helpers.rb
new file mode 100644
index 0000000..f140659
--- /dev/null
+++ b/spec/helpers.rb
@@ -0,0 +1,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