dredd-rack icon indicating copy to clipboard operation
dredd-rack copied to clipboard

The Dredd API blueprint testing tool for your Rack applications.

Results 3 dredd-rack issues
Sort by recently updated
recently updated
newest added

- 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...

enhancement

``` 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...