Skip to content

Setup databases for integration tests with dev#31

Closed
bbuchalter wants to merge 2 commits intomasterfrom
use_dev
Closed

Setup databases for integration tests with dev#31
bbuchalter wants to merge 2 commits intomasterfrom
use_dev

Conversation

@bbuchalter
Copy link
Copy Markdown

@bbuchalter bbuchalter commented Jul 13, 2018

These tests are critical to exercising LHM. We need this to be as easy as
possible for developers to run, so let's automate it.

This also fixes dependencies:

Test with:

dev clone lhm
dev up
dev int

Unit tests are known to be failing right now, but you can at least run them with dev unit.

Brian Buchalter added 2 commits July 12, 2018 12:17
* Do not specify dependencies in Gemfile (this is a gem)
  * rake was already in gemspec causing bundler to complain
  * added package_cloud to gemspec
* Change `mysql` to `mysql2` because `mysql` is so ancient it won't even compile
* Add Gemfile.lock - this is now considered best practice: rubygems/bundler#6184
These tests are critical to exercising LHM. We need this to be as
easy as possible for developers to run, so let's automate it.
@bbuchalter bbuchalter mentioned this pull request Jul 13, 2018
@bbuchalter
Copy link
Copy Markdown
Author

Superseded by #32

@bbuchalter bbuchalter closed this Jul 13, 2018
@coding-chimp coding-chimp deleted the use_dev branch February 7, 2025 09:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant