aboutsummaryrefslogtreecommitdiffstats
path: root/spec/helpers.rb
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2017-06-12 03:37:11 -0400
committerLibravatarUnit 193 <unit193@ubuntu.com>2017-06-12 03:37:11 -0400
commit8280a21a23d44aa90177e2bc041d0b8dc8556f4b (patch)
treedadef7ee085c0e990a5070bd41b6a5b98c97f4fd /spec/helpers.rb
Import Upstream version 2.7.1upstream/2.7.1
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