From f2b0bbe0e1550468cf0786c8d1ba2a21b9c1afe8 Mon Sep 17 00:00:00 2001 From: Richard Hallett Date: Tue, 9 Oct 2018 14:04:00 +0200 Subject: [PATCH] Remove puts --- spec/requests/dois_spec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/requests/dois_spec.rb b/spec/requests/dois_spec.rb index 82a146429..80abc7e0c 100644 --- a/spec/requests/dois_spec.rb +++ b/spec/requests/dois_spec.rb @@ -1673,7 +1673,6 @@ before { post '/dois', params: valid_attributes.to_json, headers: headers } it 'creates a Doi' do - puts json expect(json.dig('data', 'attributes', 'url')).to eq(url) expect(json.dig('data', 'attributes', 'doi')).to eq("10.14454/10703") expect(json.dig('data', 'attributes', 'landing-page', 'status')).to eq(200)