Skip to content

Commit

Permalink
Fix minor errors
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanhruda committed Dec 20, 2015
1 parent 3b03b6c commit 1d96bda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ for row in result.rows {
* Xcode 7+ (Swift 2.x)
* `brew cask install dockertoolbox`
1. `make development.setup`
* Starts a PostgreSQL container that tests can be run against. Before running make sure your docker-machine environment variables are available (usually you run `eval $(docker-machine env default)`)
* `development.setup` also adds handy opinionated environment variables in your Xcode scheme that connect to the container. If you are using a custom setup rather than what docker-machine gives you out of the box, you might need to tweak them. Also, please don't commit any changes to the `.xcscheme` file.
* Starts a PostgreSQL container that tests can be run against. Before running make sure your _docker-machine_ environment variables are available (usually you run `eval $(docker-machine env default)`)
* `development.setup` also adds handy opinionated environment variables to your Xcode scheme that connect to the container. If you are using a custom setup rather than what docker-machine gives you out of the box, you might need to tweak them. Also, please don't commit any changes to the `.xcscheme` file.
1. `make test` to run tests or run them through Xcode

2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ migrate:
- PGUSER=postgres
- PGPORT=5432
- CONTAINERIZED=true
- PGDATABASE=spec
- PGDATABASE=postgres
links:
- postgres

0 comments on commit 1d96bda

Please sign in to comment.