features/testing.feature in captain_hoog-1.1.0 vs features/testing.feature in captain_hoog-1.1.1
- old
+ new
@@ -97,11 +97,11 @@
def test_helper_divider_class
assert_instance_of Fixnum, @plugin.divider
end
def test_result
- assert_equal plugin.result[:test], true
+ assert_equal @plugin.result[:test], true
end
end
"""
When I run the test "divide_test"
- Then I should see the test is passing with "2" example and "0" failures
+ Then I should see the test is passing with "3" example and "0" failures