aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorCarlos Goce <carlosgoce@gmail.com>2015-01-23 20:45:52 +0100
committerCarlos Goce <carlosgoce@gmail.com>2015-01-23 20:45:52 +0100
commit0ead2c0121026f70b6a98348cc1d71e11ced5a38 (patch)
treec045a1db0f089659f86a5d98b52b5ef8cd44345f /lib
parentd1d3d417b77d73b87273bec06b28604de494c07d (diff)
downloadpdf-calendars-0ead2c0121026f70b6a98348cc1d71e11ced5a38.tar.gz
pdf-calendars-0ead2c0121026f70b6a98348cc1d71e11ced5a38.tar.bz2
pdf-calendars-0ead2c0121026f70b6a98348cc1d71e11ced5a38.zip
Add new expectation
Diffstat (limited to 'lib')
-rw-r--r--lib/carlosgoce/layout/layouts.rb9
-rw-r--r--lib/carlosgoce/layouts.rb7
2 files changed, 9 insertions, 7 deletions
diff --git a/lib/carlosgoce/layout/layouts.rb b/lib/carlosgoce/layout/layouts.rb
new file mode 100644
index 0000000..7871ebb
--- /dev/null
+++ b/lib/carlosgoce/layout/layouts.rb
@@ -0,0 +1,9 @@
+module CarlosGoce
+ module Layout
+ class Simple
+ def create (file, data, year)
+
+ end
+ end
+ end
+end \ No newline at end of file
diff --git a/lib/carlosgoce/layouts.rb b/lib/carlosgoce/layouts.rb
deleted file mode 100644
index f3e171c..0000000
--- a/lib/carlosgoce/layouts.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-module CarlosGoce
- class Layout
- def create(file, hash, year)
-
- end
- end
-end \ No newline at end of file