please the hound

[ci skip]

Signed-off-by: Florian Kraft <f.kraft@finn.de>
pull/2647/head
Florian Kraft 10 years ago
parent bf620c7443
commit 03577a6334
  1. 9
      spec/lib/tabular_form_builder_spec.rb

@ -303,8 +303,13 @@ JJ Abrams</textarea>
it 'should output element' do
expect(output).to be_html_eql %{
<input class="custom-class form--radio-button" id="user_name_john" name="user[name]" title="Name" type="radio" value="John" />
}.strip
<input class="custom-class form--radio-button"
id="user_name_john"
name="user[name]"
title="Name"
type="radio"
value="John" />
}.squish
end
end

Loading…
Cancel
Save