diff options
Diffstat (limited to 'spec/support')
| -rw-r--r-- | spec/support/markdown_feature.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/support/markdown_feature.rb b/spec/support/markdown_feature.rb index f8b2ce03e6c..cb47d290822 100644 --- a/spec/support/markdown_feature.rb +++ b/spec/support/markdown_feature.rb @@ -9,6 +9,7 @@ # reference to the factory-created objects. class MarkdownFeature include FactoryGirl::Syntax::Methods + include FixtureHelpers def user @user ||= create(:user) |
