Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhusar committed May 21, 2014
1 parent 8d78a23 commit ce492b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Expand Up @@ -37,7 +37,7 @@ module.exports = function(grunt) {
path: 'test',
port: 3000
},
viewport: ['600x800', '768x1024', '1024x1024']
viewport: ['768x1024', '1024x1024']
},
src: ['test/src/*.html']
},
Expand Down
3 changes: 1 addition & 2 deletions test/test.js
Expand Up @@ -22,7 +22,6 @@ it('Should generete proper screenshots', function () {
assert.equal(local, expected);
*/

assert(grunt.file.read('tmp/src/index-600x800.png'));
assert(grunt.file.read('tmp/src/index-768x1024.png'));
assert(grunt.file.read('tmp/src/index-1024x1024.png'));
});
});

0 comments on commit ce492b5

Please sign in to comment.