aboutsummaryrefslogtreecommitdiffstats
path: root/spec/layouts_spec.rb
diff options
context:
space:
mode:
authorCarlos Goce <carlosgoce@gmail.com>2015-01-23 21:01:34 +0100
committerCarlos Goce <carlosgoce@gmail.com>2015-01-23 21:01:34 +0100
commitf690f7da69f7dc9d19df0fdb378ca6a7f89d8a39 (patch)
treedb5f7c6b075d427da27579445c0db9e56ad0fb8f /spec/layouts_spec.rb
parentcf049dcdd8913bf79e5d33b41a5c5eda62d978e4 (diff)
downloadpdf-calendars-f690f7da69f7dc9d19df0fdb378ca6a7f89d8a39.tar.gz
pdf-calendars-f690f7da69f7dc9d19df0fdb378ca6a7f89d8a39.tar.bz2
pdf-calendars-f690f7da69f7dc9d19df0fdb378ca6a7f89d8a39.zip
First design of the layout but incomplete
Diffstat (limited to 'spec/layouts_spec.rb')
-rw-r--r--spec/layouts_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/layouts_spec.rb b/spec/layouts_spec.rb
index 5ff9ccf..5f1164f 100644
--- a/spec/layouts_spec.rb
+++ b/spec/layouts_spec.rb
@@ -6,7 +6,7 @@ describe 'Layout simple' do
before(:each) do
@calendar = CarlosGoce::Calendar.new
@layout = CarlosGoce::Layout::Simple.new
- @file = 'output/simple.pdf'
+ @file = 'spec/output/simple.pdf'
FileUtils.rm_f(@file)
end