spec/extensions/string_spec.rb in chars-0.3.0 vs spec/extensions/string_spec.rb in chars-0.3.1
- old
+ new
@@ -56,10 +56,10 @@
expect("abc").to be_visible
expect("ab c").to_not be_visible
end
it "should recognize printable strings" do
- expect("abc, [123]\nDEF").to be_printable
+ expect("abc, [123] DEF").to be_printable
end
it "should recognize control strings" do
expect("\b\b\a").to be_control
end