diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2019-01-23 23:39:06 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-23 23:39:06 -0700 |
| commit | e6ff47641a0e4bcc5d9e5271eaaf5b6389f5cacc (patch) | |
| tree | 310810dd5458d5ca57b3d53ba87c8b029fa0fa4c /features | |
| parent | cd7e944abe1a95f03d0181746445409ffa9a4d79 (diff) | |
resolves #2995 use methods on File class instead of IO class (PR #2999)
Diffstat (limited to 'features')
| -rw-r--r-- | features/step_definitions.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/features/step_definitions.rb b/features/step_definitions.rb index 9c740887..ebaa9bac 100644 --- a/features/step_definitions.rb +++ b/features/step_definitions.rb @@ -16,9 +16,6 @@ end When /it is converted to html/ do @output = Asciidoctor.convert @source - #IO.write '/tmp/test.adoc', @source - #@output = %x{asciidoc -f compat/asciidoc.conf -o - -s /tmp/test.adoc | XMLLINT_INDENT='' xmllint --format - | tail -n +2}.rstrip - ##@output = %x{asciidoc -f compat/asciidoc.conf -o - -s /tmp/test.adoc} end When /it is converted to docbook/ do |
