lib/jsduck/process/versions.rb
0 → 100644
+87
−0
spec/importer_spec.rb
deleted100644 → 0
+0
−187
spec/versions_spec.rb
0 → 100644
+193
−0
Loading
The main class is now called Versions and it handles the generation of @since and @new tags. The actual importing work gets done by Importer class, which we now mock out when testing the Versions class logic - no more testing of private methods.