Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit cd87ca7
Author: Mads Nielsen <[email protected]>
Date:   Tue May 2 08:57:48 2017 +0200

    Fixed #101. Include test gems in image for now

commit 19d2a19
Author: Bue Petersen <[email protected]>
Date:   Mon May 1 21:02:46 2017 +0200

    Minor note in roadmap (#100)
  • Loading branch information
MadsNielsen authored and Praqma committed May 2, 2017
1 parent 02e0459 commit d13a29d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
11 changes: 4 additions & 7 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,8 @@ gem 'flexmock'
gem 'zip'
gem 'liquid'
gem 'xml-simple', '~> 1.1', '>= 1.1.5'

group :test_gems do
gem 'rspec'
gem 'simplecov'
gem 'simplecov-rcov'
gem 'ci_reporter_test_unit'
end
gem 'simplecov'
gem 'simplecov-rcov'
gem 'ci_reporter_test_unit'
gem 'rspec'

4 changes: 2 additions & 2 deletions roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The [original blue print](/docs/BluePrint.md) behind a pragmatic automated chang
_so we are able to collect information from several systems, one for developers and maybe one with end user docs_.

> In a continuous delivery world we are always ready to release, and as a release also include a changelog, or a release note, and other kind of documentation, these documents must also always be available continuously. .. we recognize that the good release note requires some manual work ...
> In a continuous delivery world we are always ready to release, and as a release also include a changelog, or a release note, and other kind of documentation, these documents must also always be available continuously. .. we recognize that the good release note requires some manual work ...
_so doing it continuously for every commit make missing work visible._

Expand Down Expand Up @@ -48,7 +48,7 @@ _Interfaces_ are mostly common data structures used to communicate between the m

## Testing and quality

Today we have a fair amount of tests on different levels in PAC, from unit tests, to functional tests and integration tests that interacts with real systems.
Today we have a fair amount of tests on different levels in PAC, from unit tests - that are not really unit tests, to functional tests and integration tests that interacts with real systems.

When changing code, we have the following goals:

Expand Down

0 comments on commit d13a29d

Please sign in to comment.