Skip to content

Commit

Permalink
Update unit tests based on code refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Jessica Martin committed Nov 7, 2014
1 parent d368d74 commit caff5de
Show file tree
Hide file tree
Showing 2 changed files with 125 additions and 281 deletions.
2 changes: 1 addition & 1 deletion test/spec/configuration.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ describe('Configuration Library', function() {

it('should set default values if user does not provide values', function() {
configuration.setConfig({key: '123'});
expect(configuration.options.host).to.equal('app.cloudplaceholder.com');
expect(configuration.options.host).to.equal('api.sparkpost.com');
expect(configuration.options.port).to.equal('443');
expect(configuration.options.protocol).to.equal('https');
expect(configuration.options.strictSSL).to.be.true;
Expand Down
Loading

0 comments on commit caff5de

Please sign in to comment.