Skip to content

Commit bf9e6bc

Browse files
committed
Remove old documentation in manual/ folder
The docs are available at https://docs.rubocop.org/rubocop-rspec/ and no longer at https://rubocop-rspec.readthedocs.io/
1 parent d12c73e commit bf9e6bc

12 files changed

+4
-3812
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Master (Unreleased)
44

5+
* Move our documentation from rubocop-rspec.readthedocs.io to docs.rubocop.org/rubocop-rspec. ([@bquorning][])
56
* Add `RSpec/RepeatedIncludeExample` cop. ([@biinari][])
67
* Fix `RSpec/FilePath` when checking a file with a shared example. ([@pirj][])
78
* Fix subject nesting detection in `RSpec/LeadingSubject`. ([@pirj][])

Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ end
5353
desc 'Confirm documentation is up to date'
5454
task confirm_documentation: :generate_cops_documentation do
5555
_, _, _, process =
56-
Open3.popen3('git diff --exit-code manual/')
56+
Open3.popen3('git diff --exit-code docs/')
5757

5858
unless process.value.success?
5959
raise 'Please run `rake generate_cops_documentation` ' \
60-
'and add manual/ to the commit.'
60+
'and add docs/ to the commit.'
6161
end
6262
end
6363

manual/cops.md

Lines changed: 0 additions & 100 deletions
This file was deleted.

manual/cops_capybara.md

Lines changed: 0 additions & 123 deletions
This file was deleted.

manual/cops_factorybot.md

Lines changed: 0 additions & 108 deletions
This file was deleted.

0 commit comments

Comments
 (0)