Sha256: a043ebad754e45710c99b71527db02ea309b81ff1a6b7957f8d47d0ec9f73328

Contents?: true

Size: 261 Bytes

Versions: 16

Compression:

Stored size: 261 Bytes

Contents

# frozen_string_literal: true

namespace :ci do
  desc "Run specs"
  task :specs do
    reports = "tmp/test-results/rspec"
    sh "mkdir -p #{reports}"
    sh "bundle exec rspec ./spec " \
      "--format progress "\
      "-o #{reports}/results.xml"
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
es-elasticity-1.1.0 tasks/ci.rake
es-elasticity-1.0.1 tasks/ci.rake
es-elasticity-1.0.0 tasks/ci.rake
es-elasticity-0.14.1 tasks/ci.rake
es-elasticity-1.0.0.jhumphreys tasks/ci.rake
es-elasticity-0.14.0 tasks/ci.rake
es-elasticity-0.14.0.jhumphreys tasks/ci.rake
es-elasticity-0.13.5 tasks/ci.rake
es-elasticity-0.13.5.dblackmon.1 tasks/ci.rake
es-elasticity-0.13.4 tasks/ci.rake
es-elasticity-0.13.4.zpesic tasks/ci.rake
es-elasticity-0.13.4.dblackmon.1 tasks/ci.rake
es-elasticity-0.13.4.dblackmon.0 tasks/ci.rake
es-elasticity-0.13.4.dblackmon tasks/ci.rake
es-elasticity-0.13.3 tasks/ci.rake
es-elasticity-0.13.3.pre1 tasks/ci.rake