Skip to content

Commit 8530790

Browse files
author
nicolaa
committed
testing
1 parent d3892cc commit 8530790

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ rvm:
66
- 2.4.9
77
- 2.5.8
88
- 2.6.6
9+
- 3.2.0
910
gemfile:
1011
- Gemfile
1112
script:

lib/rspec_api_documentation/writers/writer.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def self.write(index, configuration)
1414
end
1515

1616
def self.clear_docs(docs_dir)
17-
if File.exists?(docs_dir)
17+
if File.exist?(docs_dir)
1818
FileUtils.rm_rf(docs_dir, :secure => true)
1919
end
2020
FileUtils.mkdir_p(docs_dir)

0 commit comments

Comments
 (0)