From d9d092797fcea592bc1419ba11246ac7371d0932 Mon Sep 17 00:00:00 2001 From: John Mertens Date: Thu, 11 May 2017 15:48:24 -0700 Subject: [PATCH] Fix typo in scaffold example. Found an example that was missing an `rspec`. Offering up a fix for my fellow copypasta-ers. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b4562e..1be53a9 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ And since `offset` is undocumented, fdoc will fail the test: If we run the same spec in scaffold mode, it passes and fdoc will write changes to the correspoding `.fdoc` file: - FDOC_SCAFFOLD=true bundle exec spec/controllers/members_controller_spec.rb + FDOC_SCAFFOLD=true bundle exec rspec spec/controllers/members_controller_spec.rb The diff looks like: