summaryrefslogtreecommitdiff
path: root/spec/support/markdown_feature.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/markdown_feature.rb')
-rw-r--r--spec/support/markdown_feature.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/markdown_feature.rb b/spec/support/markdown_feature.rb
index c90359d7cfa..a0d854d3641 100644
--- a/spec/support/markdown_feature.rb
+++ b/spec/support/markdown_feature.rb
@@ -8,7 +8,7 @@
# The class renders `spec/fixtures/markdown.md.erb` using ERB, allowing for
# reference to the factory-created objects.
class MarkdownFeature
- include FactoryGirl::Syntax::Methods
+ include FactoryBot::Syntax::Methods
def user
@user ||= create(:user)