spec/unit/border_spec.rb in tty-box-0.4.1 vs spec/unit/border_spec.rb in tty-box-0.5.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
RSpec.describe TTY::Box, ':border option' do
it "creates frame with double lines and no position" do
box = TTY::Box.frame(
width: 35, height: 4,
border: :thick