Skip to content

Commit

Permalink
update comments on how to run tests locally
Browse files Browse the repository at this point in the history
  • Loading branch information
brianlball committed Sep 15, 2023
1 parent 4b93ea6 commit ed21666
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions server/spec/features/docker_stack_algo_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
# To Run this test manually:
#
# start a server stack with /spec added and ssh into the Web container
# you may need to ADD the spec folder in the Dockerfile
# >ruby /opt/openstudio/bin/openstudio_meta install_gems
# >cd /opt/openstudio/spec/
# >gem install rspec
# >rspec openstudio_algo_spec.rb
# >bundle install --with development test
# >rspec spec/features/docker_stack_algo_spec.rb
#
#################################################################################

Expand Down
7 changes: 4 additions & 3 deletions server/spec/features/docker_stack_urbanopt_algo_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
# To Run this test manually:
#
# start a server stack with /spec added and ssh into the Web container
# >cd /opt/openstudio/server/spec/
# >gem install rest-client rails_helper json rspec rspec-retry
# >rspec openstudio_algo_spec.rb
# you may need to ADD the spec folder in the Dockerfile
# >ruby /opt/openstudio/bin/openstudio_meta install_gems
# >bundle install --with development test
# >rspec spec/features/docker_stack_urbanopt_algo_spec.rb
#
#################################################################################

Expand Down

0 comments on commit ed21666

Please sign in to comment.