From 5155606497a29873a558c30aff3511329f201bf7 Mon Sep 17 00:00:00 2001 From: Andy Lindeman Date: Fri, 16 Aug 2013 21:04:35 +0000 Subject: [PATCH] Fixes typo in step name --- features/verifying_doubles/dynamic_classes.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/verifying_doubles/dynamic_classes.feature b/features/verifying_doubles/dynamic_classes.feature index 1b30adf4b..11bdad99f 100644 --- a/features/verifying_doubles/dynamic_classes.feature +++ b/features/verifying_doubles/dynamic_classes.feature @@ -9,7 +9,7 @@ Feature: Dynamic classes be queried directly on the class. Background: - Given a file name "lib/fake_active_record.rb" + Given a file named "lib/fake_active_record.rb" with: """ruby class FakeActiveRecord COLUMNS = %w[name email]