Sha256: 57392014443e9360206c9aab226a29edb6c6a6537bfa1ac21a534ab000ef8256

Contents?: true

Size: 1007 Bytes

Versions: 65

Compression:

Stored size: 1007 Bytes

Contents

# Installation

Run `bundle install` to install the gems mentioned in the Gemfile.

To avoid conflict with gems on the machine globally it may be better to specify gem location with:

`bundle install --path ~/.gem`

# Running tests
On the command line type:
`bundle exec rake spec` or simply `bundle exec rake`

# Structure

## Tests
RSpec tests are within the `spec` folder and end in `_spec`. Setup and teardown for tests is in `spec/spec_helper`

## Templates
These are the base requests with ERB inside them to create smartly changing requests accoring to the test.yml

## Data
Data used in the test is stored in `config/data` folder. The `data_magic` gem is used by default to read files here.

## Libraries
Libaries to be installed are in 'Gemfile'. Specific gem versions can be specified here and enforeced with `bundle exec rake`

## Reports
Reports are shown in the 'logs' folder. By default Rake produces a junit, an html report, and a `traffic.log` file with the API request and responses in it

Version data entries

65 entries across 65 versions & 1 rubygems

Version Path
soaspec-0.3.11 lib/soaspec/generator/README.md.erb
soaspec-0.3.10 lib/soaspec/generator/README.md.erb
soaspec-0.3.9 lib/soaspec/generator/README.md.erb
soaspec-0.3.8 lib/soaspec/generator/README.md.erb
soaspec-0.3.7 lib/soaspec/generator/README.md.erb
soaspec-0.3.6 lib/soaspec/generator/README.md.erb
soaspec-0.3.3 lib/soaspec/generator/README.md.erb
soaspec-0.3.2 lib/soaspec/generator/README.md.erb
soaspec-0.3.1 lib/soaspec/generator/README.md.erb
soaspec-0.2.32 lib/soaspec/generator/README.md.erb
soaspec-0.2.31 lib/soaspec/generator/README.md.erb
soaspec-0.2.30 lib/soaspec/generator/README.md.erb
soaspec-0.2.29 lib/soaspec/generator/README.md.erb
soaspec-0.2.28 lib/soaspec/generator/README.md.erb
soaspec-0.2.27 lib/soaspec/generator/README.md.erb
soaspec-0.2.26 lib/soaspec/generator/README.md.erb
soaspec-0.2.25 lib/soaspec/generator/README.md.erb
soaspec-0.2.23 lib/soaspec/generator/README.md.erb
soaspec-0.2.22 lib/soaspec/generator/README.md.erb
soaspec-0.2.21 lib/soaspec/generator/README.md.erb