As we approach 1.0, we want to get solid release processes in place. This project will serve as additional integration tests to ensure that Padrino works as expected for various generators and components to improve the robustness of our releases.
Clone and install dependencies:
git clone https://github.com/padrino/padrino-integration
bundle install
Run the integration test suite:
$ rake spec # run only padrino specs
$ rake spec:padrino # run only padrino specs
$ rake spec:single_apps # run only single-apps specs
$ rake launch app=padrino_basic # launch the single-app padrino_basic
That will output the results of comprehensive integration tests, before a release they should always pass!