Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,23 +70,23 @@ All issues should be documented at

### Scenarios

####Render
#### Render

To render executable files from scenario templates run `rake render_executables`
Check /scenarios and make sure each scenario has an executable.rb file

####Delete
#### Delete

To delete previously generated executable files run `rake delete_executables`

####Test
#### Test

After generating executable files, make sure they are valid Ruby files by running
`rspec scenarios/execute.rb` from the root directory

### Troubleshooting

#####OpenSSL
##### OpenSSL
SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (OpenSSL::SSL::SSLError)

The machine's Ruby/OpenSSL environment can't find any root certificates to trust. Please refer [here](http://www.google.com/search?q=SSL+connect+returned=1+errno=0+state=SSLv3) to find the best solution for your environment.