Skip to content

Commit

Permalink
removed debugging portion of readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmoyer committed Aug 23, 2016
1 parent 4ee7c78 commit 988e7b7
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,6 @@ Use a Service:
creative = creative_service.create(new_creative)
creative.update("campaign" => "Testing")

## Debugging

The APPNEXUS_API_DEBUG environment variable will trigger full printouts of Faraday's debug output to STDERR.

```bash
cd /my/app
export APPNEXUS_API_DEBUG=true
bundle exec rails whatever
```

## Testing

There is a rudimentary test suite that centers around creatives/creative_service. To use it, you'll need to copy the `env_example` file to `.env` and replace the values with your correct values for your account. After that, a simple `bundle exec rspec spec` will run the test suite
Expand Down

0 comments on commit 988e7b7

Please sign in to comment.