jondkinney/docusign_rest

Config Rake Task Missing

Closed this issue · 1 comments

bundle exec rake docusign_rest:generate_config
rake aborted!
Don't know how to build task 'docusign_rest:generate_config'

(See full trace by running task with --trace)


rake -T
rake build # Build docusign_rest-0.0.3.gem into the pkg directory
rake install # Build and install docusign_rest-0.0.3.gem into system gems
rake release # Create tag v0.0.3 and build and push docusign_rest-0.0.3.gem to Rubygems
rake test # Run tests

The configure task isn't able to be listed easily IIRC because of how the listing of tasks works between gems and the host application. If you have a solution I'd certainly accept a pull request!