From f690f7da69f7dc9d19df0fdb378ca6a7f89d8a39 Mon Sep 17 00:00:00 2001 From: Carlos Goce Date: Fri, 23 Jan 2015 21:01:34 +0100 Subject: First design of the layout but incomplete --- spec/layouts_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/layouts_spec.rb') 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 -- cgit v1.2.3