spec/unit/move_spec.rb in tty-cursor-0.6.0 vs spec/unit/move_spec.rb in tty-cursor-0.6.1
- old
+ new
@@ -1,5 +1,5 @@
-# encoding: utf-8
+# frozen_string_literal: true
RSpec.describe TTY::Cursor, '#move' do
subject(:cursor) { described_class }
it "doesn't move for point (0, 0)" do