aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/tasks/actiontext.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/actiontext.rake b/lib/tasks/actiontext.rake
index 5381c5486f..32f3b90184 100644
--- a/lib/tasks/actiontext.rake
+++ b/lib/tasks/actiontext.rake
@@ -28,7 +28,7 @@ namespace :action_text do
FIXTURE_TEMPLATE_PATH = File.expand_path("../templates/fixtures.yml", __dir__)
FIXTURE_APP_DIR_PATH = Rails.root.join("test/fixtures/action_text")
- FIXTURE_APP_PATH = FIXTURE_APP_DIR_PATH.join("fixtures.yml")
+ FIXTURE_APP_PATH = FIXTURE_APP_DIR_PATH.join("rich_texts.yml")
task :copy_fixtures do
if File.exist?(FIXTURE_APP_PATH)