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:
parent
f8138c352a
commit
c17235896c
1 changed files with 1 additions and 0 deletions
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue