1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

Skip spec/pry_repl_spec.rb spec on windows

This commit is contained in:
André Luis Leal Cardoso Junior 2022-03-05 21:24:48 -03:00
parent f8138c352a
commit c17235896c

View file

@ -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?