Skip to content

Commit 0ef56b9

Browse files
addressing review comments
1 parent 52634c6 commit 0ef56b9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/ruby-rails-postgres/test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ check "rails" rails --version
1616
check "rails installation path" gem which rails
1717
check "user has write permission to rvm gems" [ -w /usr/local/rvm/gems ]
1818
check "user has write permission to rvm gems default" [ -w /usr/local/rvm/gems/default ]
19+
check "user can install gems" gem install github-markup
1920
check "gem command works" gem --version
2021
check "user can install gems" gem list | grep -q "bundler"
2122

0 commit comments

Comments
 (0)