diff --git a/GETTING_STARTED.md b/GETTING_STARTED.md index 58abe69..8499013 100644 --- a/GETTING_STARTED.md +++ b/GETTING_STARTED.md @@ -119,7 +119,7 @@ It is also possible to explicitly specify the class: ```ruby # This will use the User class (otherwise Admin would have been guessed) -factory :admin, class: "User" +factory :admin, class: User ``` If the constant is not available