Sha256: 3807aa34eb1dfcfa46c42e0d601bc20fa45d820d7a499567ccbd6c96ece00cfe

Contents?: true

Size: 486 Bytes

Versions: 72

Compression:

Stored size: 486 Bytes

Contents

= GithubAPI

== 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
  rake

The specs currently require Ruby 1.9.x.

In order to run only features

  rake features

== Coverage

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

  COVERAGE=true rake

== Automation

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

  COVERAGE=true guard

Version data entries

72 entries across 58 versions & 1 rubygems

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