Scroll to navigation
| COMBUST(1) |
User Commands |
COMBUST(1) |
NAME¶
combust -creates a minimal set of files expected by Rails
DESCRIPTION¶
`Combustion` is a library to help you test your Rails Engines in a simple and
effective manner, instead of creating a full Rails application in your spec or
test folder. It allows you to write your specs within the context of your
engine, using only the parts of a Rails app you need.
- create
- spec/internal
- create
- spec/internal/config
- create
- spec/internal/db
- create
- spec/internal/log
- create
- spec/internal/public