features/lexer.feature in ruby_ami-2.3.0 vs features/lexer.feature in ruby_ami-2.4.0
- old
+ new
@@ -3,13 +3,13 @@
I want to lex the AMI protocol
So that I can control Asterisk asynchronously
Scenario: Lexing only the initial AMI version header
Given a new lexer
- And a version header for AMI 1.0
+ And a version header for AMI 2.8.0
Then the protocol should have lexed without syntax errors
- And the version should be set to 1.0
+ And the version should be set to 2.8.0
Scenario: Lexing the initial AMI header and a login attempt
Given a new lexer
And a version header for AMI 1.0
And a normal login success with events