aboutsummaryrefslogtreecommitdiffstats
path: root/spec/layouts_spec.rb
diff options
context:
space:
mode:
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