Skip to content

Commit

Permalink
probable typo - missing interpolation #
Browse files Browse the repository at this point in the history
  • Loading branch information
dpickett authored and joshuaclayton committed Feb 17, 2013
1 parent 36cb43e commit 7fa0dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GETTING_STARTED.md
Expand Up @@ -563,7 +563,7 @@ Traits can be used as attributes:
factory :week_long_published_story_with_title, parent: :story do
published
week_long_publishing
title { "Publishing that was started at {start_at}" }
title { "Publishing that was started at #{start_at}" }
end
```

Expand Down

0 comments on commit 7fa0dd2

Please sign in to comment.