From 91440250abd99219637fc6a744ab3b7fdd014f94 Mon Sep 17 00:00:00 2001 From: Florian Kraft Date: Tue, 10 Mar 2015 19:06:52 +0100 Subject: [PATCH] please the hound [ci skip] --- spec/lib/tabular_form_builder_spec.rb | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/spec/lib/tabular_form_builder_spec.rb b/spec/lib/tabular_form_builder_spec.rb index 379f0ebc3c..4c57c10975 100644 --- a/spec/lib/tabular_form_builder_spec.rb +++ b/spec/lib/tabular_form_builder_spec.rb @@ -504,11 +504,17 @@ JJ Abrams subject(:output) { builder.label :name } it 'should output element' do - expect(output).to be_html_eql %{} + expect(output).to be_html_eql %{ + + }.squish end describe 'with existing attributes' do - subject(:output) { builder.label :name, 'Fear', class: 'sharknado', title: "Fear" } + subject(:output) { builder.label :name, 'Fear', class: 'sharknado', title: 'Fear' } it 'should keep associated classes' do expect(output).to be_html_eql %{