diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2019-12-02 23:35:00 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2019-12-02 23:35:00 -0700 |
| commit | 6de03d94c275dad81d427d648c44aa640ea3ff2b (patch) | |
| tree | 9407bd4f011d37ee0f2ba614d11f8b2c5232fd4b /spec/open_spec.rb | |
| parent | 18d7e776f34357e3bba56d121ceb0b0a2aa199d2 (diff) | |
fix lint errors in test suite
Diffstat (limited to 'spec/open_spec.rb')
| -rw-r--r-- | spec/open_spec.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/spec/open_spec.rb b/spec/open_spec.rb index bc3ffb55..8d0c16be 100644 --- a/spec/open_spec.rb +++ b/spec/open_spec.rb @@ -10,9 +10,9 @@ describe 'Asciidoctor::PDF::Converter - Open' do [%unbreakable] -- To install Antora, open a terminal and type: - + $ npm i -g @antora/cli@2.2 @antora/site-generator-default@2.2 - + The `@` at the beginning of the package name is important. It tells `npm` that the `cli` package is located in the `antora` group. If you omit this character, `npm` will assume the package name is the name of a git repository on GitHub. @@ -35,9 +35,9 @@ describe 'Asciidoctor::PDF::Converter - Open' do [%unbreakable] -- To install Antora, open a terminal and type: - + $ npm i -g @antora/cli@2.2 @antora/site-generator-default@2.2 - + The `@` at the beginning of the package name is important. It tells `npm` that the `cli` package is located in the `antora` group. If you omit this character, `npm` will assume the package name is the name of a git repository on GitHub. |
