From c17235896ce966c04fdf530d089de1fc9a4b4848 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Luis=20Leal=20Cardoso=20Junior?= Date: Sat, 5 Mar 2022 21:24:48 -0300 Subject: Skip spec/pry_repl_spec.rb spec on windows --- spec/pry_repl_spec.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/pry_repl_spec.rb b/spec/pry_repl_spec.rb index b7f5870a..a3983593 100644 --- a/spec/pry_repl_spec.rb +++ b/spec/pry_repl_spec.rb @@ -125,6 +125,7 @@ describe Pry::REPL do describe "autoindent" do it "should raise no exception when indented with a tab" do + skip if Pry::Helpers::Platform.windows? ReplTester.start(correct_indent: true, auto_indent: true) do output = @pry.config.output def output.tty? -- cgit v1.2.1