You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a great, except....
I modified the example sample.feature to be...
Then the result should be 123 on the screen
and it still passed...
erl -pa ebin -noshell -s sample main -s init stop
Feature: Addition :1
In order to avoid silly mistakes :2
As a math idiot :3
I want to be told the sum of two numbers :4
:5
Scenario: Add two numbers :6
Given I have entered 50 into the calculator :7 ok
And I have entered 70 into the calculator :8 ok
When I press add :9 ok
Then the result should be 123 on the screen :10 ok
:11
1 scenarios
4 steps
The text was updated successfully, but these errors were encountered:
This is a great, except....
I modified the example sample.feature to be...
Then the result should be 123 on the screen
and it still passed...
The text was updated successfully, but these errors were encountered: