dredd-rack
dredd-rack copied to clipboard
The Dredd API blueprint testing tool for your Rack applications.
- it does more harm than good - rake is very ok with backward compatibility - it prevents from updating rack to 13
**As a** developer **In order to** be able to take profit of my habitual testing tools (e.g. [FactoryGirl](https://github.com/thoughtbot/factory_girl)) to setup documentation and testing scenarios **I want** to be able to...
``` ruby # lib/tasks/dredd_rack.rake require 'dredd/rack' Dredd::Rack::RakeTask.new ``` causes the same symptoms as described in #8. The reason is that the hook that loads all these tasks, `Rails.application.load_tasks`, seems to...