yatish27 / salesforce_bulk_api

A Ruby client for Salesforce's bulk API
MIT License
77 stars 99 forks source link

Make tests setup their own data in the test org. #43

Open thomasdziedzic opened 9 years ago

thomasdziedzic commented 9 years ago

The tests currently rely on data being in the sandbox setup a specific way.

See https://github.com/yatish27/salesforce_bulk_api/blob/master/example_auth_credentials.yml there is an account id in there

There are other tests that depend on data being in the org.

It would be nice for the tests to actually produce that data before using it.