Skip to content

padrino/padrino-integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Padrino Integration

Build Status

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.

Installation

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!

About

Integration testing for the Padrino Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages