Sha256: bef6d4a6790cc7b5cc3d9d42019663d3a2aebc726de0cfced3afc4f9ce16ac4c

Contents?: true

Size: 176 Bytes

Versions: 5

Compression:

Stored size: 176 Bytes

Contents

namespace :test do

  desc "Test API"
  Rake::TestTask.new(:api) do |t|
    t.libs << "test"
    t.pattern = 'test/functional/api/**/*_test.rb'
    t.verbose = true
  end

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
foreman_discovery-1.0.0 test/foreman_app/lib/tasks/test_api_dir.rake
foreman_discovery-1.0.0.rc4 test/foreman_app/lib/tasks/test_api_dir.rake
foreman_discovery-1.0.0.rc3 test/foreman_app/lib/tasks/test_api_dir.rake
foreman_discovery-1.0.0.rc2 test/foreman_app/lib/tasks/test_api_dir.rake
foreman_discovery-1.0.0.rc1 test/foreman_app/lib/tasks/test_api_dir.rake