File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 22source ~ /utils/utils.sh
33
44# MongoDB object-value database
5- # installs last version of MongoDB Community Edition
6- # https://docs.mongodb.com/manual/tutorial/install-mongodb-on-os-x/v
5+ # Install latest release version of MongoDB Community Edition
6+ # https://docs.mongodb.com/manual/tutorial/install-mongodb-on-os-x
77
88echo " Installing mongodb..."
9-
109brew tap mongodb/brew
11- brew_smart_install " mongodb-community@4.4"
12- ln -sf $( brew --prefix mongodb-community@4.4) /bin/* /usr/local/bin/
10+ brew_smart_install " mongodb-community@5.0"
1311
14- invoke_tests " Databases" " Mongo "
12+ invoke_tests " Databases" " MongoDB "
Original file line number Diff line number Diff line change 1- Describe " Mongo " {
1+ Describe " MongoDB " {
22 It " mongodb" {
33 " mongo --version" | Should - ReturnZeroExitCode
44 " mongod --version" | Should - ReturnZeroExitCode
You can’t perform that action at this time.
0 commit comments