bin/restspec in restspec-0.0.4 vs bin/restspec in restspec-0.1

- old
+ new

@@ -9,9 +9,9 @@ require 'restspec/runners/install/install_runner' require 'restspec/runners/docs/docs_runner' class RestspecCLI < Thor register(Restspec::InstallRunner, 'install', 'install [your_test_folder]', 'Type restspec install for more help.') - # register(Restspec::DocsRunner, 'docs', 'docs [your_docs_location]', 'Type restspec docs for more help.') + register(Restspec::DocsRunner, 'docs', 'docs [your_docs_location]', 'Type restspec docs for more help.') end RestspecCLI.start(ARGV)