nambrot / rspec-api-blueprint-formatter

Auto-generate API docs from your RSpec tests!
MIT License
55 stars 10 forks source link

Improve formatter #1

Closed maciejmajewski closed 8 years ago

maciejmajewski commented 8 years ago
  1. Formatter should be based on RSpec::Core::Formatters::BaseFormatter instead of BaseTextFormatter. BaseTextFormatter prints to STDOUT seed and summary notifications.

  2. Formatter should also silence filtering announcements.

nambrot commented 8 years ago

Thank you for the PR!