Skip to content

Commit c1c8148

Browse files
committed
doc install before sa
1 parent 67cdcf7 commit c1c8148

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ In order to run this sample you will need a host workstation that supports the [
2626
Running Static Analysis:
2727

2828
<pre>
29+
bundle install
2930
bundle exec rubocop --format emacs --out tmp/rubocop.txt
3031
bundle exec brakeman -o tmp/brakeman.json
3132
bundle exec brakeman_translate_checkstyle_format translate --file="tmp/brakeman.json" > tmp/brakeman_checkstyle.xml
@@ -34,7 +35,6 @@ bundle exec brakeman_translate_checkstyle_format translate --file="tmp/brakeman.
3435
Running Tests with Code Coverage:
3536

3637
<pre>
37-
bundle install
3838
export CI_REPORTS=$PWD/spec/reports
3939
COVERAGE=true xvfb-run --server-args="-screen 0 1024x768x24" bundle exec rake ci:setup:rspec spec
4040
</pre>
@@ -55,6 +55,4 @@ To replicate this sample:
5555
- Environment Variable called `TESTSPACE_TOKEN`:
5656
- `credentials` set to `username:password` or your [access token](http://help.testspace.com/using-your-organization:user-settings).
5757
- `my-org-name.testspace.com/my-project/my-space` based on your subdomain, project, and space names. Refer [here](http://help.testspace.com/reference:runner-reference#login-credentials) for more details.
58-
59-
60-
58+

0 commit comments

Comments
 (0)