Use #be_html_eql matcher in APIv3 Render spec

Signed-off-by: Alex Coles <alex@alexbcoles.com>
pull/3421/head
Alex Coles 9 years ago
parent 164a60ffa8
commit 27d363df78
  1. 2
      spec/requests/api/v3/render_resource_spec.rb

@ -51,7 +51,7 @@ describe 'API v3 Render resource' do
it { expect(subject.content_type).to eq('text/html') }
it { expect(subject.body).to eq(text) }
it { expect(subject.body).to be_html_eql(text) }
end
describe 'textile' do

Loading…
Cancel
Save