Skip to content

Commit

Permalink
Remove puts
Browse files Browse the repository at this point in the history
  • Loading branch information
richardhallett committed Oct 9, 2018
1 parent 7252d0e commit f2b0bbe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/requests/dois_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f2b0bbe

Please sign in to comment.