From c1fa8c69f8c71e011ca339cd13ef64dcf6104540 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sat, 31 Oct 2015 14:39:53 +0100 Subject: Move PDF file output to public/uploads --- spec/registration_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/registration_spec.rb') diff --git a/spec/registration_spec.rb b/spec/registration_spec.rb index 96ae18f..9bbf477 100644 --- a/spec/registration_spec.rb +++ b/spec/registration_spec.rb @@ -68,7 +68,7 @@ describe RegistrationApp do it "generates a PDF file" do expect(Prawn::Document).to have_received('new').with({ :page_size => "A4" }) - expect(@doc_spy).to have_received('render_file').with("#{band_params['name']}.pdf") + expect(@doc_spy).to have_received('render_file').with(/uploads\/[0-9]{4}-[0-9]{2}-[0-9]{2}-#{band_params['name']}-#{band_params['city']}\.pdf/) end it 'sends an email to Norsk Urskog' do -- cgit v1.2.3