mirror of
https://github.com/drapergem/draper
synced 2023-03-27 23:21:17 -04:00
Be more confident about Test::Unit support
[ci skip]
This commit is contained in:
parent
1b54fd63c6
commit
130edec103
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ so that you can do:
|
||||||
|
|
||||||
## Testing
|
## Testing
|
||||||
|
|
||||||
Draper supports RSpec and Minitest::Rails out of the box, and should work with Test::Unit as well.
|
Draper supports RSpec, MiniTest::Rails, and Test::Unit, and will add the appropriate tests when you generate a decorator.
|
||||||
|
|
||||||
### RSpec
|
### RSpec
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue