spec/compiler_newline_spec.rb in faml-0.7.1 vs spec/compiler_newline_spec.rb in faml-0.7.2
- old
+ new
@@ -188,10 +188,10 @@
b: 2 + 3}
= raise LineVerifier
HAML
end
- it 'keeps newlines in ruby attributes' do
+ it 'keeps newlines in runtime attributes' do
expect { render_string(<<HAML) }.to raise_error(LineVerifier, raised_at(2))
%span{[1,
raise(LineVerifier)]}
hello
HAML