`import Imagine from 'ember-cli-test-imagine-api/imagine'`

`import config from '../../config/environment'`
#
#
# This map is used by Pretend to
# create an easier to use, declarative interface
# to mock api expectations
#
# host = config.EmberENV.SOME_HOSTNAME
#
# 'resource': 'http://host:3333/resource'
#
#
# You will need to configure the resources that you wish to access
# here you can give a short-name to a long url that reprensents
# an api-endpoint you will be testing
#
Imagine.setApi(
  resource: 'http://host:3333/resource'
)
`export default Imagine`

