File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ namespace :test do
38
38
t . exclude_pattern = 'spec/platinum/**/*_spec.rb'
39
39
end
40
40
41
- desc 'Run Rest API Spec tests'
41
+ desc 'Run Elasticsearch test suite free tests. '
42
42
RSpec ::Core ::RakeTask . new ( :rest_api ) do |t |
43
43
test_dir = Rake . application . original_dir
44
44
t . pattern = "#{ test_dir } /spec/rest_api/rest_api_yaml_spec.rb"
Original file line number Diff line number Diff line change @@ -47,15 +47,15 @@ namespace :test do
47
47
end
48
48
end
49
49
50
- desc 'Run rest api tests'
51
- task rest_api : [ 'es:wait_for_green' ] do
50
+ desc 'Run Elasticsearch test suite free tests. '
51
+ task es_free : [ 'es:wait_for_green' ] do
52
52
puts '-' * 80
53
53
sh "cd #{ CURRENT_PATH . join ( 'elasticsearch-api' ) } && unset BUNDLE_GEMFILE && bundle exec rake test:rest_api"
54
54
puts "\n "
55
55
end
56
56
57
- desc 'Run security (Platinum) rest api yaml tests'
58
- task security : 'es:wait_for_green' do
57
+ desc 'Run Elasticsearch test suite platinum tests. '
58
+ task es_platinum : 'es:wait_for_green' do
59
59
puts '-' * 80
60
60
sh "cd #{ CURRENT_PATH . join ( 'elasticsearch-api' ) } && unset BUNDLE_GEMFILE && TEST_SUITE=platinum bundle exec rake test:rest_api"
61
61
puts "\n "
You can’t perform that action at this time.
0 commit comments