We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0459677 commit 7679a6eCopy full SHA for 7679a6e
Rakefile
@@ -73,7 +73,14 @@ namespace :test do
73
" bundle exec rake test:integration"
74
puts "\n"
75
76
- # 2/ elasticsearch-rails
+ # 2/ elasticsearch-persistence
77
+ #
78
+ puts '-'*80
79
+ sh "cd #{__current__.join('elasticsearch-persistence')} && unset BUNDLE_GEMFILE &&" +
80
+ " bundle exec rake test:integration"
81
+ puts "\n"
82
+
83
+ # 3/ elasticsearch-rails
84
#
85
puts '-'*80
86
sh "cd #{__current__.join('elasticsearch-rails')} && unset BUNDLE_GEMFILE &&" +
0 commit comments