Skip to content

Commit 635b2df

Browse files
committed
Remove stale TEST_PLAN.md and drop docs/ from gemspec files
TEST_PLAN.md was the pre-implementation test plan written in red-phase-first mode. It still referenced the Discovery class and clock_skew option that were deleted in the recent review pass, and its utility has been entirely superseded by the 104 passing specs, which are the living documentation of the gem's behaviour. Also drops 'docs/**/*' from the gemspec files list — internal dev docs have no business shipping inside the installed gem payload. Nothing in docs/ was user-facing anyway.
1 parent 28546d8 commit 635b2df

2 files changed

Lines changed: 0 additions & 452 deletions

File tree

activeadmin-oidc.gemspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ Gem::Specification.new do |spec|
2222
"lib/**/*",
2323
"app/**/*",
2424
"config/**/*",
25-
"docs/**/*",
2625
"README.md",
2726
"LICENSE.txt"
2827
]

0 commit comments

Comments
 (0)