From 0ead2c0121026f70b6a98348cc1d71e11ced5a38 Mon Sep 17 00:00:00 2001 From: Carlos Goce Date: Fri, 23 Jan 2015 20:45:52 +0100 Subject: Add new expectation --- lib/carlosgoce/layout/layouts.rb | 9 +++++++++ lib/carlosgoce/layouts.rb | 7 ------- 2 files changed, 9 insertions(+), 7 deletions(-) create mode 100644 lib/carlosgoce/layout/layouts.rb delete mode 100644 lib/carlosgoce/layouts.rb (limited to 'lib') 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 -- cgit v1.2.3