Skip to content

Commit 164a247

Browse files
committed
[RAILS] Fixed missing git add in the 03-expert.rb application template
1 parent e191fa7 commit 164a247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elasticsearch-rails/lib/rails/templates/03-expert.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ class Article < ActiveRecord::Base
196196
"require 'sidekiq/testing'\n\n",
197197
before: "class ActiveSupport::TestCase\n"
198198

199-
git add: "Gemfile* app/workers/"
199+
git add: "Gemfile* app/workers/ test/test_helper.rb"
200200
git commit: "-m 'Added a Sidekiq indexer\n\nRun:\n\n $ bundle exec sidekiq --queue elasticsearch --verbose\n\nSee http://sidekiq.org'"
201201

202202
# ----- Add SearchController -----------------------------------------------------------------------

0 commit comments

Comments
 (0)