Specifications:
Verify the connection sequence when using rsmp core 3.1.1
- 
Given the site is connected and using core 3.1.1
 - 
When handshake messages are sent and received
 - 
Then the handshake messages should be in the specified sequence corresponding to version 3.1.1
 - 
And the connection sequence should be complete
 
11
# File 'spec/site/core/connect_spec.rb', line 11 check_sequence '3.1.1'
- 
 Verify the connection sequence when using rsmp core 3.1.2
- 
Given the site is connected and using core 3.1.2
 - 
When handshake messages are sent and received
 - 
Then the handshake messages should be in the specified sequence corresponding to version 3.1.2
 - 
And the connection sequence should be complete
 
21
# File 'spec/site/core/connect_spec.rb', line 21 check_sequence '3.1.2'
- 
 Verify the connection sequence when using rsmp core 3.1.3
- 
Given the site is connected and using core 3.1.3
 - 
When handshake messages are sent and received
 - 
Then the handshake messages should be in the specified sequence corresponding to version 3.1.3
 - 
And the connection sequence should be complete
 
31
# File 'spec/site/core/connect_spec.rb', line 31 check_sequence '3.1.3'
- 
 Verify the connection sequence when using rsmp core 3.1.4
- 
Given the site is connected and using core 3.1.4
 - 
When handshake messages are sent and received
 - 
Then the handshake messages should be in the specified sequence corresponding to version 3.1.4
 - 
And the connection sequence should be complete
 
41
# File 'spec/site/core/connect_spec.rb', line 41 check_sequence '3.1.4'
- 
 Verify the connection sequence when using rsmp core 3.1.5
- 
Given the site is connected and using core 3.1.5
 - 
When handshake messages are sent and received
 - 
Then the handshake messages should be in the specified sequence corresponding to version 3.1.5
 - 
And the connection sequence should be complete
 
51
# File 'spec/site/core/connect_spec.rb', line 51 check_sequence '3.1.5'
- 
 Verify the connection sequence when using rsmp core 3.2
- 
Given the site is connected and using core 3.2
 - 
When handshake messages are sent and received
 - 
Then the handshake messages should be in the specified sequence corresponding to version 3.1.5
 - 
And the connection sequence should be complete
 
61
# File 'spec/site/core/connect_spec.rb', line 61 check_sequence '3.2'
- 
 Verify the connection sequence when using rsmp core 3.2.1
- 
Given the site is connected and using core 3.2.1
 - 
When handshake messages are sent and received
 - 
Then the handshake messages should be in the specified sequence corresponding to version 3.1.5
 - 
And the connection sequence should be complete
 
71
# File 'spec/site/core/connect_spec.rb', line 71 check_sequence '3.2.1'
- 
 Verify the connection sequence when using rsmp core 3.2.2
- 
Given the site is connected and using core 3.2.2
 - 
When handshake messages are sent and received
 - 
Then the handshake messages should be in the specified sequence corresponding to version 3.1.5
 - 
And the connection sequence should be complete
 
81
# File 'spec/site/core/connect_spec.rb', line 81 check_sequence '3.2.2'
-