Sha256: 0366bf6eeefbd79d2f65faf1d3d4d4b573d6d02bbc98509bb204a90460f14772

Contents?: true

Size: 735 Bytes

Versions: 29

Compression:

Stored size: 735 Bytes

Contents

= GithubAPI

== Setup

Start by renaming the 'settings.yml.sample' file to 'settings.yml'. Then fill in all the information required such as authentication token etc. This should be enough to get the whole test suite to run.

== Running the specs and features

To run the specs first run the +bundle+ command to install the necessary gems and then +rake+ command to run the specs.

  bundle
  bundle exec rake

The specs currently require Ruby 1.9.x.

In order to run only features

  bundle exec rake features

== Coverage

GithubAPI will run coverage only on demand and to run it do

  COVERAGE=true bundle exec rake

== Automation

You can also run specs and features when you do file modifications by typing

  COVERAGE=true guard

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
github_api-0.12.3 features/README.rdoc
github_api-0.12.2 features/README.rdoc
github_api-0.12.1 features/README.rdoc
github_api-0.12.0 features/README.rdoc
github_api-0.11.3 features/README.rdoc
github_api-0.11.2 features/README.rdoc
github_api-0.11.1 features/README.rdoc
github_api-0.11.0 features/README.rdoc
github_api-0.10.2 features/README.rdoc
github_api-0.10.1 features/README.rdoc
github_api-0.10.0 features/README.rdoc
github_api-0.9.7 features/README.rdoc
github_api-0.9.6 features/README.rdoc
github_api-0.9.5 features/README.rdoc
github_api-0.9.4 features/README.rdoc
github_api-0.9.3 features/README.rdoc
github_api-0.9.2 features/README.rdoc
github_api-0.9.1 features/README.rdoc
github_api-0.9.0 features/README.rdoc
github_api-0.8.11 features/README.rdoc