tests: minitest + rack-test suite, bin/test with ephemeral Postgres
This commit is contained in:
parent
8468b3d099
commit
43bed98329
13 changed files with 456 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ ENV GEM_HOME=/app/bundle
|
|||
ENV PATH="${GEM_HOME}/bin:${PATH}"
|
||||
|
||||
COPY --chown=asxpio Gemfile Gemfile.lock* ./
|
||||
RUN bundle install --without development
|
||||
RUN bundle install --without development:test
|
||||
|
||||
COPY --chown=asxpio . .
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue