Skip to content

Commit

Permalink
Add 3 reporter screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
chip committed Jan 5, 2014
1 parent 0137f07 commit 80586d4
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,20 @@ color output from `DefaultReporter`:
Minitest::Reporters.use! [Minitest::Reporters::SpecReporter.new(:color => true)]
```

## Screenshots ##

**Default Reporter**

![Default Reporter](./assets/default-reporter.png?raw=true)

**Spec Reporter**

![Spec Reporter](./assets/spec-reporter.png?raw=true)

**Progress Reporter**

![Progress Reporter](./assets/progress-reporter.png?raw=true)

## Caveats ##

If you are using minitest-reporters with ActiveSupport 3.x, make sure that you require ActiveSupport before invoking `Minitest::Reporters.use!`. Minitest-reporters fixes incompatibilities caused by monkey patches in ActiveSupport 3.x. ActiveSupport 4.x is unaffected.
Expand Down
Binary file added assets/default-reporter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/progress-reporter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/spec-reporter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 80586d4

Please sign in to comment.