You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the file `spec/credentials.yml` that looks like
123
+
124
+
```
125
+
aws_access_key_id: '[access key]'
126
+
secret_access_key: '[secret access key]'
127
+
seller_id: '[seller id]'
128
+
marketplace_id: '[marketplace id]'
129
+
```
130
+
131
+
Then run `bundle exec rspec spec/`
132
+
133
+
There's still work and research to be done on how to integrate our changes in with the author's. Because we're using different credentials than the author and there are hardcodede order ids in the specs we'll never have all the specs passing for all of us.
0 commit comments