Integration is a Ruby on Rails plugin that provides a set of tasks to automate all steps of a synchronous continuous integration process, that is, continuous integration without a server such as CruiseControl. Why? Because that's the way we like it!
Stars
34
Forks
15
Watchers
34
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
62
commits
7
commits
5
commits
4
commits
1
commits
1
commits
Adding a nice message when you actually have full code coverage.
0bb96d7View on GitHubFixing environment variable all in small caps. This resulted in Integration.with_full_coverage! to not actually test for coverage.
4eb2a88View on GitHubMerge pull request #3 from lunks/simplecov-improvement
49f22c2View on GitHubImproving SimpleCov usage. We now start it ourselves and will only generate the
3e747c3View on GitHubSetting dependencies depending on which ruby version is being used.
f7adbd1View on GitHub