Skip to content

Commit

Permalink
Merge pull request #221 from recurly/fix_tests
Browse files Browse the repository at this point in the history
Fix tests
  • Loading branch information
snodgrass23 committed Aug 27, 2015
2 parents 1f92522 + 822c0a6 commit a558510
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Makefile
Expand Up @@ -7,14 +7,14 @@ TESTS = $(wildcard test/*.test.js)

test: test-phantomjs

test-phantomjs: build/recurly.min.js build/test.js
test-phantomjs: build build/test.js
@$(T) phantomjs

test-browser: build/recurly.min.js build/test.js
test-browser: build build/test.js
@$(T) browser

test-sauce: BROWSER ?= ie:9
test-sauce: build/recurly.min.js build/test.js
test-sauce: build build/test.js
@$(T) saucelabs -b $(BROWSER)

build: build/recurly.min.js
Expand Down
2 changes: 1 addition & 1 deletion test/index.html
Expand Up @@ -5,7 +5,7 @@
<title>recurly-js</title>
<link rel="stylesheet" href="https://rawgit.com/visionmedia/mocha/master/mocha.css">
<script src="/duotest.js"></script>
<script src="https://rawgit.com/visionmedia/mocha/master/mocha.js"></script>
<script src="https://rawgit.com/visionmedia/mocha/2.2.5/mocha.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/sinon.js/1.7.3/sinon-min.js"></script>
</head>
<body>
Expand Down

0 comments on commit a558510

Please sign in to comment.