From 48d667a638493712bbf4db8e93e306aa89bf0782 Mon Sep 17 00:00:00 2001 From: Myron Marston Date: Sun, 17 Jul 2011 19:27:16 -0700 Subject: [PATCH] Fix doc string to match example. --- .../configure_expectation_framework.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/expectation_framework_integration/configure_expectation_framework.feature b/features/expectation_framework_integration/configure_expectation_framework.feature index 225c9ecb5e..021bc32ce4 100644 --- a/features/expectation_framework_integration/configure_expectation_framework.feature +++ b/features/expectation_framework_integration/configure_expectation_framework.feature @@ -64,7 +64,7 @@ Feature: configure expectation framework assert 5 > 4, "expected 5 to be greater than 4" end - it "is less than 4" do + it "is less than 6" do 5.should be < 6 end end