summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Luis Leal Cardoso Junior <andrehjr@gmail.com>2022-03-05 21:24:48 -0300
committerAndré Luis Leal Cardoso Junior <andrehjr@gmail.com>2022-03-05 21:49:48 -0300
commitc17235896ce966c04fdf530d089de1fc9a4b4848 (patch)
tree56556b4880c122f324aecb5041322e90eaef7a33
parentf8138c352a16925a22881557644d155e48204b1c (diff)
downloadpry-c17235896ce966c04fdf530d089de1fc9a4b4848.tar.gz
Skip spec/pry_repl_spec.rb spec on windows
-rw-r--r--spec/pry_repl_spec.rb1
1 files changed, 1 insertions, 0 deletions
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?