RiverGlide/CukeSalad

View on GitHub
Examples/Calculator/features/lib/tasks/arithmetic/add.rb

Summary

Maintainability
A
0 mins
Test Coverage
in_order_to 'add', the_number: :first_number, and_the_number: :second_number do
    enter the :first_number 
    press :plus
    enter the :second_number 
    press :equals
end