summaryrefslogtreecommitdiff
path: root/spec/pry_repl_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/pry_repl_spec.rb')
-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?